@charset "utf-8";
.fontsgrey {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.fontswhite {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.fontsorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.fonts_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.normal:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #0066FF;
}
a.normal:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color:#666666;
}
a.page:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.page:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.page:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}
a.page:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.form {
   color: #FFFFFF;
   width: 250px;
   border: solid 1px #03162C;
   font-family: Arial;
   font-size: 11px;
   color: #03162C;
   padding: 1px;
   }
