/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	/*color: #067AB4;*/
	color: #094A94;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.text {color: #000000;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

.text a:link, .text a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	}

.text a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.label {color: #094A94;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

.label a:link, .label a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	}

.label a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.nav {color: #094A94;  font-family: arial, helvetica, sans-serif;  font-size: 10px; text-decoration: none}

.nav a:link, .nav a:visited {
	font-size: 10px;
	color: #094A94;
	text-decoration: none;
	}

.nav a:hover {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}

.footer {color: #FFFFFF;  font-family: arial, helvetica, sans-serif;  font-size: 10px; text-decoration: none}

.footer a:link, .footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}

.footer a:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

.borders {  border: white solid; border-width: 1px 1px
}
.overflow {

	overflow: auto;
	height: 320px;
	width: 320px;
	scrollbar-face-color:#1F60A9; 
	scrollbar-track-color:#D9E5F0; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-shadow-color:#D9E5F0; 
	scrollbar-dark-shadow-color:#000000; 
	/*scrollbar-3dlight-color:#f4f2f3; */
	scrollbar-highlight-color:#D9E5F0;
	/*scrollbar-face-color:#687A52; 
	scrollbar-track-color:#333333; 
	scrollbar-arrow-color:#333333; 
	scrollbar-shadow-color:#333333; 
	scrollbar-dark-shadow-color:#000000; 
	scrollbar-3dlight-color:#A0AA88; 
	scrollbar-highlight-color:#FFFFFF;*/

}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #067AB4;
	border: 1px bevel #094A94;
	width:90px;
}