.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* Links */
a{
  color:#5193dd;
}
a:hover{
  color:#000066;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d8d8d;
}

.orangeheader {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ec9911;
}

.blueheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #567bcd;
}
.greenheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7a8e2b;
}
.redheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dd4420;
}

body{

 scrollbar-face-color: #999999;
scrollbar-shadow-color: #cccccc; 
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #cccccc;
scrollbar-track-color: #cccccc;
scrollbar-arrow-color: white; 

}

hr{
color: #cccccc;
height: 1px;
}

input,textarea,select,button{
font-size: 11px;
font-family: verdana;
color:black;
background-color: whitesmoke;
}