@charset "utf-8";

body {
	background-color: #bdc1cb;
	background-image:url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
} 
.maintext a:link {
	color: #99cc00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
} 
.maintext a:visited {
	color: #99cc00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.maintext a:hover {
	color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
} 
.navtext a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
} 
.navtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.navtext a:hover {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.headerbox {
	font-size: 26px;
	color: #3399CC;
	
} 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}
.footer a:link {
	color: #506626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
} 
.footer a:visited {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
} 
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}