<!-- 
/* Main Website */	
/* ----------------------- */	


	/* Base Font */
		p, td, div, body { 
			font-family: sans-serif, Tahoma, Arial;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 14px; 
			color: #333333; 
			line-height:18px; 
		}
				 
	  	.error 			{ color: #990000; }
		.error:hover	{ color: #FF0000; }
		
		.small 			{font-family: Verdana, Arial; font-size: 11px; line-height: 14px;}
		a.small			{font-family: Verdana, Arial; font-size: 11px; line-height: 14px; color:#0000FF;}		
		a.small:hover 	{font-family: Verdana, Arial; font-size: 11px; line-height: 14px; color:#0000FF;}		
		
	/* Titles and Headings */	
		.title, h1 { 
			font-family: Tahoma;
			font-size: 17px;
			font-weight: bold;
			color:#990000;
			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: sans-serif, Tahoma, Arial;		
			text-decoration: none;
			font-weight: normal;
			font-size: 14px;
			color: #0000FF;
			line-height:18px;
		}		
		a:hover	{ 
			font-family: sans-serif, Tahoma, Arial;		
			text-decoration: underline; 
			font-weight: normal; 
			font-size: 14px; 
			color: #000099; 
			line-height:18px;
		}
					
		
	/* Footer Link Font and Hover */
		.footer { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 12px;
			color: #555555;
			line-height:18px;
		}		
		a.footer { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 12px;
			color: #555555;
			line-height:18px;
		}		
		a.footer:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: underline; 
			font-weight: normal; 
			font-size: 12px; 
			color: #333333; 
			line-height:18px;
		}		
		
	
		.light  { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #EEEEEE;
			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;
		}		
		.black { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #000000;
			line-height:18px;
		}		
		.black:hover { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #AA0000;
			line-height:18px;
		}				
		.grey { 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			color: #AAAAAA;
			line-height:18px;
		}			
			
		a.grey:hover	{ 
			font-family: Verdana, Tahoma, Arial;	
			text-decoration: none; 
			font-weight: normal; 
			font-size: 11px; 
			color: #FFFFFF; 
			line-height:18px;
		}	
		
		td.normal { 
		
		}
		
		td.highlight { 
			cursor: hand;
			background-color:#D6E8CA;
			 
		}		
				
			
	/* Form Boxes */
		input, select, textarea	 { 
			font-family: Verdana, Arial, Tahoma; 
			text-decoration: none; 
			font-weight: normal; 
			font-size: 12px; 
			color: #000000; 
		}

	
-->
