
/* Begin Typography & Colors */
body {
	font-size: 7pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	
	}


.headfont		{ text-decoration : none; color : #fff; font-size: 14pt; font-weight: bold;}
.subheadfont		{ text-decoration : none; color : #fff; font-size: 9pt; font-weight: bold;}
.redfont		{ text-decoration : none; color : #790505; font-size: 8pt; font-weight: bold;}
.font		{ text-decoration : none; color : #fff; font-size: 8pt;}
	
a:link		{text-decoration : none; color : #B5B4B4; font-size: 9pt;}
a:visited		{ text-decoration : none; color : #B5B4B4; font-size: 9pt; }
a:active		{ text-decoration : none; color : #B5B4B4; font-size: 9pt; }
a:hover     { text-decoration : none; color : #616161; font-size: 9pt; }



/* End Typography & Colors */






/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	}
/* End Headers */



