@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/background.gif);
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #973809;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #029385;
}

text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #029385;
	
}

text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #029385;
	
}
text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #029385;
	
}
.topgradient {
	background-image: url(images/gradient-top.gif);
	background-repeat: repeat-x;
}
.bottomgradient {
	background-image: url(images/gradient-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.footertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navback {
	background-color: #ccc783;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
}
