/*
dark blue 0A50A1
light blue B5CEE0
grey 6D6D6D
*/

td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
	line-height: 20px;
}

ul {
	list-style-image: url(img/bullet.gif);
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A50A1;
	height: 20px;
	border:1px #666666 solid; 
	padding: 2px 4px;
	background-color: #F9F9F9;
}

select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A50A1;
	border:1px #666666 solid; 
	padding: 2px 4px;
	background-color: #F9F9F9;
}

.error{
	color: Red;
	font-size: 15px;
	font-weight: bold;
}

.header {
	color: #0A50A1;
	font-size:17px;
	font-weight: bold;
}

.footer {
	color: #6D6D6D;
	font-size:9px;
}

.date {
	color: #6D6D6D;
	font-size:10px;
}

.subhead {
	color: #75A1CC;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6;
	line-height: 18px;
	scrollbar-3dlight-color : #B5CEE0;
	scrollbar-arrow-color : #0A50A1;
	scrollbar-darkshadow-color : #333333;
	scrollbar-base-color : #CCCCCC;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #0A50A1;
	scrollbar-track-color : #EEEEEE;
	background-attachment: fixed;
	background-image: url(img/watermark2.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

a:link {
	color: #0A50A1;
}

a:visited {
	color: #6D6D6D;
}

a:hover {
	color: #B5CEE0;
}

a.mainmenu {
	font-size: 14px;
	font-weight: bold;
	color: #6D6D6D;
	text-decoration: none;
	letter-spacing: 1px;
}

a.mainmenu:hover {
	color: #75A1CC;
}

HR {
	color: #0A50A1;
	border-style: dashed;
}
