
body {
	font-family: Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.sponsor:link {color:#006633}
a.sponsor:visited {color:#006633;}
a.sponsor:hover {color:#003366}
a.sponsor:active {color:#006633;}


.post {
	/*bulk info on page font*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 12;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.postbold {
	/*bulk info on page font bold*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	font-size: 12;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.indexpost {
	/*bulk info on index font*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 14;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.subheader {
	/*page nav*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 16;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.subheaderbold {
	/*page nav bold*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	font-size: 16;
	line-height: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	