body {
	background: #ffffff;
	margin-top: 5;
	margin-left: 5;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;

}	
/* ****** NORMAL PARAGRAPH may be used with weekly update included P's****** */

p         { font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				color: #000000;
				font-weight: bold;
				margin-left: 10px;
				margin-right: 10px;
				 }
				 
	/* ****** top banner container: P needed to remove automatic bottom margin added by browser, add explicit 0 margins ****** */

p.top         { font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				color: #000000;
				font-weight: bold;
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;


				 }
				 
			 
/* ****** PARAGRAPH WITH MARGIN SETTINGS - NON-BOLD - PAGE BODY TEXT ***** */
				 
.p2		{ font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				font-weight: normal;
				margin-left: 10px;
				margin-right: 10px;
				 }
				 
				 
/* ****** PARAGRAPH WITH MARGIN SETTINGS - BOLD TEXT ***** */

.pBold		{ font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				color: #000000;
				font-weight: bold;
				margin-left: 10px;
				margin-right: 10px;
				 }
				 
				 
/* ****** HOME PAGE ONLY PAGE - PROJECT TITLE  ***** */
				 
.pHomeHeading		{ font-family: Arial, Helvetica, sans serif;
				font-size: 14pt;
				color: #000000;
				font-weight: bold;
				margin-left: 10px;
				 }
				 

/* ****** BULLETED TEXT  ***** */
				 
li          { font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				font-weight: normal;
				 }
				 
				 
/* ****** NUMBERED TEXT  ***** */
				 
.numbers          { font-family: Arial, Helvetica, sans serif;
				font-size: 10pt;
				font-weight: normal;
				 }
				 

				 
				 
/* ****** SECONDARY PAGE HEADINGS  ***** */
				 	 
h1			{font-family: Arial, Helvetica, sans serif;
				color: #800000;
				font-size: 14pt;
				margin-left: 10px;
				}
				
h2			{font-family: Arial, Helvetica, sans serif;
				color: #800000;
				font-size: 10pt;
				margin-left: 10px;
				}
				
/* ****** HORIZONTAL RULE  ***** */
			
hr 			{width:75%;
				size:4px;
				color:#800000;
				}
				
/* ******* Links: psuedo classes must be in order:link, visited, hover, active ***** */
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #808000;
}
a:active {
	color: #808000;
}