<!-- 
/* Main Website */	
/* ----------------------- */	


	/* Base Font */
		p, td, div, body { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 12px; 
			color: #222222; 
			line-height:18px; 
		}
				 
	   	.error 			{ color: #990000; }
		.error:hover	{ color: #FF0000; }
		
	/* Titles and Headings */	
		.title, h1 { 
			font-family: Arial, Verdana, Tahoma;
			font-size: 17px;
			font-weight: bold;
			color: #333333;
			text-decoration: none;
			line-height: 18px;
		}

		.title2 { 
			font-family: Arial, Verdana, Tahoma;
			font-size: 14px;
			font-weight: bold;
			color: #333333;
			text-decoration: none;
			line-height: 18px;		
		}

		.subtitle, h2 { 
			font-family: Arial, Verdana, Tahoma;
			font-size: 15px;
			font-weight: bold;
			color: #444444;
			text-decoration: none;
			line-height:22px;
		}
				
			
	/* Link Font and Hover */
		a { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: underline;
			font-weight: normal;
			font-size: 12px;
			color: #000000;
			line-height:18px;
		}		
		a:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: underline; 
			font-weight: normal; 
			font-size: 12px; 
			color: #000000; 
			line-height:18px;
		}
		
	/* Menu Link Font and Hover */
		.menu { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 12px;
			color: #000000;
			line-height:18px;
		}		
		a.menu:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: underline; 
			font-weight: normal; 
			font-size: 12px; 
			color: #000055; 
			line-height:18px;
		}		
		
		.white  { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #FFFFFF;
			line-height:18px;
		}		
		a.white { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #FFFFFF;
			line-height:18px;
		}				
		a.white:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #CCCCCC; 
			line-height:18px;
		}		
	
		.grey { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 12px;
			color: #666666;
			line-height:18px;
		}			
			
		a.grey:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 12px; 
			color: #000000; 
			line-height:18px;
		}	
		
		td.normal { }
		
		td.highlight { 
			cursor: hand;
			color:#FFFFFF; 
			background-color:#333333; 
		}		
					

	/* Small - Used for search results */
		.small { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: normal; 
			font-size: 10px; 
			color: #000000; 
		}
		.small:hover { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: normal; 
			font-size: 10px; 
			color: #000099; 
		}		
			
	/* Form Boxes */
		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: 12px; 
			color: #000033; 
			background: #FFFFFF;
		}		
		.pollanswer{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: normal; 
			font-size: 10px; 
			color: #000000; 
		}
		.polldone{ 
			font-family: Verdana, Arial, Tahoma;
			text-decoration: none; 
			font-weight: strong; 
			font-size: 12px; 
			color: #000000; 
			background: #FFAAAA;			
		}				

	
-->