a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.style2 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style11 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

.style12 {color: #FFFFFF}
.style18 {
	font-size: 11px;
	font-family: verdana, Verdana;
	color: #FF0000;
}
.style20 {
	font-family: verdana, Verdana;
	font-size: 11px;
}
.style25 {
	font-family: "Arial Black";
	font-weight: bold;
	font-size: 20px;
}
.style26 {font-family: verdana, Verdana; font-size: 11px; font-weight: bold; }
.style28 {font-family: verdana, Verdana; font-size: 11px; color: #0033FF; }
.style32 {
	font-family: verdana, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.style35 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.style36 {
	font-size: 18px;
	font-family: Arial;
}
.style37 {color: #6699FF}
.style38 {font-family: Arial}
.style39 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style40 {color: #FF0000}
.style41 {color: #666666}
.style42 {font-size: 18px; font-family: Arial; }
.style44 {font-family: verdana, Verdana; font-size: 11px; color: #0033FF; font-weight: bold; }
.style45 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

a.blueLink {
	color: #6699FF
}
a.blueLink:link {
	color: #6699FF;
	text-decoration: none;
}
a.blueLink:visited {
	text-decoration: none;
	color: #6699FF;
}
a.blueLink:hover {
	text-decoration: underline;
	color: #6699FF;
}
a.blueLink:active {
	text-decoration: none;
	color: #6699FF;
}


a.lightBlueLink {
	color: #0033FF;
}
a.lightBlueLink:link {
	color: #0033FF;
	text-decoration: none;
}
a.lightBlueLink:visited {
	text-decoration: none;
	color: #0033FF;
}
a.lightBlueLink:hover {
	text-decoration: underline;
	color: #0033FF;
}
a.lightBlueLink:active {
	text-decoration: none;
	color: #0033FF;
}









.txtCertLabel {
	font-size: 12px;
	font-family: Arial;
}

.txtErrMsg {
	font-size: 11px; 
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

td.leftFormLabel {
	width: 260px;
}

/*a translucent grey cover for disabled sections..*/
#disabled {
	position: absolute;
	/*margin: 0px auto;	*/
	background-color: #657383;
/*	width: 100%;*/
	width: 770px;
  height: 1000px;
	height: 100%;
	min-height: 900px;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity: 0.5;
	top:			0px;
	z-index:	5;
}

div.disabledGraph {
	position: absolute;
	background-color: #657383;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity: 0.5;
	z-index:	5;
}

#background{
	z-index:	1;
	position: absolute;
	margin: 	0px;
	top:			0px;
}

/*the actual white box containing the flags*/
#divRegionSelect {
	position: absolute;
	z-index:	6;
/*	margin: 100px auto;*/
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity: 1.0;
	margin: 100px auto;
	width:	300px;
	left: 225px;
}
.tablec {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	font-weight: bold
}
.tabler {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}