<!-- 
/* Main Website */	
/* ----------------------- */	

	/* Base Font */
		p, td, div, body { 
			font-family: Verdana, Arial, Tahoma;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #333333; 
			line-height:18px; 
		}
				 
	/* Titles and Headings */	
		.title, h1 { 
			font-family: Verdana, Arial, Tahoma;
			font-size: 18px;
			font-weight: bold;
			color: #27337D;
			text-decoration: none;
			line-height:22px;
		}
			
	/* Link Font and Hover */
		a { 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #3333FF;
			line-height:18px;
		}		
		a:hover	{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #6666FF; 
			line-height:18px;
		}
		
		a.black { 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #000000;
			line-height:18px;
		}		
		a.black:hover	{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #666666; 
			line-height:18px;
		}		
	
	/* Link Font and Hover */
		input, select, textarea	 { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #000000; 
		}
		
	/* Link Font and Hover */
		a { 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #3333FF;
			line-height:18px;
		}
	
/* 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;			
		}				

	
-->
