body {

	background-image: 
 	url(images/bgMain.jpg);
	background-repeat: repeat-x;
	margin: 0px;
 	padding: 0px;
	background-color: #f4f5f9;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FF9900;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-face-color: white;
}
.form{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
	background-color: #cedfac;
	border: 1px solid #000000;
}
.formOver{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
	background-color: #edf1e5;
	border: 1px solid #000000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav a:link, .nav a:visited, .nav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6ab7d8;
	text-decoration: none;
}
.Htext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.Htext a:link, .Htext a:visited, .Htext a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.Htext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.text a:link, .text a:visited, .text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #cedfac;
	text-decoration: underline;
}
.darkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
}
.darkText a:link, .darkText a:visited, .darkText a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
	text-decoration: none;
}
.darkText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #424242;
	text-decoration: underline;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.newsText a:link, .newsText a:visited, .newsText a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
}
.newsText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footer a:link, .footer a:visited, .footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4b6f2d;
	text-decoration: underline;
}
.right {float: right;}