	
	/* sets the body background to white and zero margins for the page */
	body			{background-color: #663333;
					margin: 0px;
					margin-left: 0px;
					margin-right: 0px;
					}
					
	/*ANCHOR CLASSES*/
	/* this is for the main body of text links. */			
	/* the links are set to red and the rollover is set to orange. */
	/*	text has underline set to be an obvious link for netscape users */
	A.links			{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					color: #C13724;
					text-decoration: underline;
					font-weight: normal}
					
	/* sets the rollover cover for IE */			
	A.links:hover	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					color: #FFCC00;
					text-decoration: underline;
					font-weight: normal}
	
		
A.sublinks {font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 10px;
					color: #CCCCCC;
					text-decoration: underline;
					font-weight: normal}
					
A.sublinks:hover	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 10px;
					color: #666666;
					text-decoration: underline;
					font-weight: normal}
		
	
	/* assignes the text formatting for the text/copy for the page */				
	.copy		{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					color: #000000;
					font-weight: plain;
					font-style: normal;
					line-height: 16px;
					text-align: left;
					
					}	

	/* copyright text formatting */
	DIV.copywright	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 10px;
					color: #000000;
					font-weight: plain;
					font-style: normal;
					line-height: 11px;
				
					}		
/* headers for each page */			
	DIV.header	{font-family: Verdana, Serif;
					font-size: 22px;
					color: #000000;
					font-weight: plain;
					font-style: normal;
					margin-bottom: 20px;
					}	
	/* This is font styles for displaying NON-LINK text on th red and black areas */
	/* oF11 = orange font 11px */
	
