/* This file is the CSS that controls the look and feel of the web site */
/* This file should only be modified if you are familiar with CSS */
/* For examle, the class "copyrightLink" controls the font type and color of the text in the copyright notice */
BODY 


   		{scrollbar-face-color: #3C3F3C;
 		scrollbar-shadow-color: #676565;
 		scrollbar-highlight-color: #676565;
 		scrollbar-3dlight-color: #676565;
 		scrollbar-darkshadow-color: #676565;
 		scrollbar-track-color: #343333;
 		scrollbar-arrow-color: #FFCC00;}
		 
		 
	P    
		{font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 color: #000000;}
		 
	.copyright
		{font-family: Verdana,Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 padding-right: 10px;
		 color: #000000;}
		 
	.copyrightLink
		{font-family: Verdana,Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #000000;
		 text-decoration: underline;}
		 
	.copyrightLink:hover
		{font-family: Verdana,Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #000000;
		 text-decoration: underline;}
		 
	.tableText 
		{font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 color: #000000;}
		 
	.boldText 
		{font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 color: #000000;
		 font-weight: bold;}	
		 
	.title
		{font-family: Arial, Helvetica, sans-serif;
		 font-size: 16px;
		 font-weight: bold;
		 color: #A50101;}
		 
	a.menuLink
		{font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;}
		
	a.menuLink:hover
		{font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;}
		 
	a
		{font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #3C3F3C;
		text-decoration: underline;}
		
	a:hover
		{font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #A50101;
		text-decoration: underline;}














