@charset "utf-8";
.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.fonts_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.fonts_maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.fonts_white_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.fonts_light_grey_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a.grey:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
a.grey:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
a.grey:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
a.grey:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}

a.bot:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
a.bot:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
a.bot:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #990000;
}
a.bot:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.pic {
	background-image: url(../images/back_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.body {
scrollbar-face-color:#012865;
scrollbar-highlight-color:#012865;
scrollbar-3dlight-color:none;
scrollbar-darkshadow-color:none;
scrollbar-shadow-color:black;
scrollbar-arrow-color:#990000;
scrollbar-track-color:none;
}

