<style TYPE="text/css">

DIV.Links		A   	       	{color:	#000000; text-decoration:none}
DIV.Links		A:link			{color:	#000000; text-decoration:none}
DIV.Links		A:visited		{color:	#000000; text-decoration:none}
DIV.Links		A:hover 		{color: #FF0000; text-decoration:underline}

</style>.text {
	font-family: Arial;
	font-size: 11px;
}
.textBold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.textGray {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.text {
	font-family: Arial;
	font-size: 11px;
}
.bgHeader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5970B2;
	background-color: #3399FF;
	background-image: url(bg_banner.gif);

}
.bgMenu {
	background-color: #CAE4E6;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-image: url(bg_banner.gif);


}
.form {
	font-family: Arial;
	font-size: 11px;
}
#overlay {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-color:black;
}