.searchTxtBox{height: 15; border: 1px solid #7f9db9; font-size: 9pt; font-family: Arial, Tahoma, Verdana, sans-serif; color: #444444;}
.txtbox
{
	border:1px solid #a3a3a3; background-Color:#eeeeee
	font-size: 8pt;
	font-family: Tahoma;
	font-weight:normal;
	font-color:#232323; background-image:url('../images/txtbox_bg.gif'); 
	color:#444444
}
.onFocus
{
	border:1px solid #C0C0C0; background-Color:#eeeeee
	font-size: 8pt;
	font-family: Tahoma;
	font-weight:normal;
	font-color:#232323; 
	color:#012C71;
}
H1{	font-family: Verdana,arial,times;	font-size:18pt;	color: #012C71;}
H2{	font-family: Verdana,arial,times;	font-size:12pt;	color: #012C71;}
.subHead{font-family:Verdana,arial,times;font-size:9pt;	color: #E20A16; font-weight: bold;}
.hide{	
	display: none; 
}
.default { font-size: 9pt; font-family: Tahoma; color: #444444;}
.boldText { font-size: 9pt; font-family: Tahoma; color: #444444; 	font-weight: bold;}
.errMsg { font-size: 9pt; font-family: Tahoma; color: #E20A16; 	font-weight: bold;}
a:link{font-size: 9pt; font-family: Tahoma;text-decoration: none;color: #012B73;}
a:visited{font-size: 9pt; font-family: Tahoma;text-decoration: none;color: #012B73;}
a:hover{font-size: 9pt; font-family: Tahoma; color: #E20A16; text-decoration:underline}
a:active{font-size: 9pt; font-family: Tahoma;text-decoration: none;color: #012B73;}

.footer{font-size: 8pt; font-family:Tahoma, Verdana, sans-serif; color: #ffffff;}
.footer a:link{font-size: 8pt; text-decoration: none;color: #ffffff;}
.footer a:visited{font-size: 8pt; text-decoration: none;color: #ffffff;}
.footer a:hover{ font-size: 8pt; text-decoration: underline;color: #E20A16}
.footer a:active{font-size: 8pt; text-decoration: none;color: #ffffff;}

.whiteTxt{font-size: 8pt; font-family:Tahoma, Verdana, sans-serif; color: #ffffff; line-height:150%}
.whiteTxt a:link{text-decoration: none;color: #ffffff;}
.whiteTxt a:visited{text-decoration: none;color: #ffffff;}
.whiteTxt a:hover{ text-decoration: underline;color: #E20A16}
.whiteTxt a:active{text-decoration: none;color: #ffffff;}


/*******Used to display*******/
a.simInfo{
	position:relative;
	z-index:24;
	color: #00077E;
	text-decoration:none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
}

a:hover.simInfo{
	text-decoration:none;
	z-index:125;
	background-color:#ffffff;
}

a.simInfo span{
	display: none
}
a:hover.simInfo span{
	display:block;
	position:absolute;
	top:2px;
	left:-130px;
	width:80px;   
	border:1px solid #8A8E95;
	background-color:#ffffff;
	color:#444444;
	text-align: left;
	text-decoration:none;
	padding: 4px;
}