/* CSS Document */

.ver_heading {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #5BABDC;
	
}

.ver_heading2 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5BABDC;
	
}

.ver_heading_white {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.border1 {
	border-top: 1px none #77BEE8;
	border-right: 1px none #77BEE8;
	border-bottom: 1px solid #77BEE8;
	border-left: 1px none #77BEE8;
}

a.email1:link{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #003663;
}

a.email1:visited{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #003663;
}


a.email1:hover{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFC000;
	text-decoration:none;
}
.ver_inner1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.ver_inner2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
a.regional_ver:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	

}
a.regional_ver:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:none;

}
a.regional_ver:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:underline;

}.border_dotted {
	border: 1px dashed #CCCCCC;
}


.msg_label_green
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #009900;
	font-style: normal;
}

.msg_label_red
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	font-style: normal;
}

.msg_label_Requiredred
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #ff0000;
	font-style: normal;
}