<!-- 
/* Main Website */	
/* ----------------------- */	

	/* Base Font */
		p, td, div, body { 
			font-family: Verdana, Arial, Tahoma;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 12px; 
			line-height: 16px;			
			color: #333333; 
		}
				 
	/* Titles and Headings */	
		.title, h1 { 
			font-family: Verdana, Arial, Tahoma;
			font-size: 18px;
			font-weight: bold;
			color: #117700;
			text-decoration: none;
		}
			
	/* Link Font and Hover */
		a { 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: underline;
			font-weight: normal;
			font-size: 12px;
			line-height: 16px;
			color: #003300;
		}		
		a:hover	{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: underline; 
			font-weight: normal; 
			font-size: 12px; 
			line-height: 16px;			
			color: #009900; 
		}		
		.footer {
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #333333; 
		}			
		a.footer {
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #003300; 
		}		
		a.footer:hover {
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #009900; 
		}			

	/* Link Font and Hover */
		input, select, textarea	 { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: normal; 
			font-size: 12px; 
			color: #000000; 
		}
		

/* Polls */
/* ----------------------- */

		.pollquestion { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: bold; 
			font-size: 11px; 
			color: #000033; 
			background: #EEEEEE;
		}		
		.pollanswer{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #000000; 
		}
		.polldone{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #000000; 
			background: #FFAAAA;			
		}				

	
-->