@charset "utf-8";
/* CSS Document */

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.75em;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.75em;
}
.large-link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #84BB04;
	text-decoration: underline;
	line-height: 1.75em;
}
a:hover.large-link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	line-height: 1.75em;
}
.pagebg   { 
	background-image: url(images/page-bg.jpg); 
	background-position: center; 
	background-repeat: repeat-y;}

