/* style sheet */

<!--
			#text { font-size: 12px; font-family: serif; line-height: 20px; color: #000000;}
			
			
			#subnav { font-size: 12px; font-family: serif; line-height: 20px; color: #000000;}
			
			
			/* Link Color, No Underline */
		
										
			a:link, a:visited, a:active {
			color: #F77352;
			text-decoration: none; 
			}
		
		
			/* Link Rollover, No Underline */

			a:hover, a:visited:hover {
			color: #990000;
			text-decoration: none;  
			}
		

			-->
			

