body { 
 margin:0; 
 padding:0;
 vertical-align:top;
}
.buttonwhite
{
	background-image:url(images/buttonFillwhite.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-family:Verdana;
	font-size:7pt;
	height:22px;	
	padding-top:3px;
	background-position: bottom center;
	vertical-align:center;
}
.button
{
	background-image:url(images/buttonFill.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:center;
	font-family:Verdana;
	font-size:7pt;
	height:22px;	
	padding-top:3px;
	background-position: bottom center;
	vertical-align:center;
}
.button:hover
{
	background-image:url(images/buttonFillOver.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-family:Verdana;
	font-size:7pt;
	height:22px;	
	padding-top:3px;
	background-position: bottom center;
	vertical-align:center;
}
.buttonL
{
	height:22px;
	padding-top:3px;
	text-align:right;
	vertical-align:middle;
	
}
.buttonR
{
	height:22px;
	padding-top:3px;
	vertical-align:middle;
}
a:hover
{
	text-decoration:none;
	color:#000000;
}
a:over
{
	text-decoration:none;
	
	color:#000000;
}
a:link
{
	text-decoration:none;
	color:#000000;
}
a:visited
{
	text-decoration:none;
	color:#000000;
}
.flags
{
	text-align:center;
	border-right:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px
}

p{ font-family: Verdana; font-size:8pt}

td{vertical-align:top; font-family:Verdana; font-size:9pt}

.cyan
{
	background-image:url(images/cyanButton.png);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	font-family:Verdana;
	font-size:8pt;
	vertical-align:top;
	 padding-bottom:0px;
	 padding-top:6px;
	 padding-left:10px;
	 font-weight:bold;
	 
}
.text
{
	font-family:Verdana;
	font-size:8pt;
}

div
{
	font-family:Verdana;
}

normalLink:link
{
	font-family:Verdana;
	color:Blue;
}
hr
{
	background-color:#ffffff;
	height:1px
}
.tablebgdwhite
{
	background-color:#ffffff;
	text-align:center;
}
.tablecontent
{
	text-align:right;
}
.tablehead
{
	background-color:#ffffff;
	text-align:right;	
}