/* style sheet */

<!--
			#text { font-size: 14px; font-family: times; line-height: 22px; }
			#text2 { font-size: 14px; font-family: times; }
			#text3 { font-size: 16px; font-family: times; line-height: 22px; color: #000000;}
			#small { font-size: 12px; font-family: times; line-height: 20px; }
			#head { font-size: 15px; font-family: times; line-height: 20px; color: #003300; }
			#head2 { font-size: 14px; font-family: times; line-height: 20px; color: #003300; }
			
			

			/* Link Color, No Underline */
		
										
			a:link, a:visited, a:active { color: #000000; text-decoration: underline; }
		
		
			/* Link Rollover, No Underline */
			

			a:hover, a:visited:hover { color: #990000; text-decoration: underline;  }	
			
			-->