@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-image: url(../images/headerbg.jpg);
	background-position: top;
}
.headerbg {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.blueboxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitetextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #7aac49;
	text-decoration: none;
}
a:visited {
	color: #63AC49;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #7AAC49;
	text-decoration: none;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #217F9A;
}
.centerbg {
	background-image: url(../images/centerbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
