/*  CSS */

	/* begin body elements */	
		
BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight: normal;
	font-style: normal;
}	
	
TABLE, TR, TD	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:  #000000;
	font-weight: normal;
	font-style:	normal;
}
 
P	{	
 	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color : #000000;
	font-weight: normal;
	font-style: normal;
}	

		
 BLOCKQUOTE, UL, OL, LI	{	
	/* inherit from body */	
}	

	
HR	{	
	color:	#000000;
}	
		
B	{
	font-weight: bold;
}
	
I	{
	font-style:	italic;
}
		
	/* end body elements */


	/* begin special cases and links */	
		
	
.copyright	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #000000;
	font-weight : normal;
	font-style : italic;
}		
			

	/* required field on forms. */

.required {
	color:  #CC6633;
}		

  

 .smallboldhomefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #995656;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
 
A.smallboldhomefont:link, A.smallboldhomefont:visited, A.smallboldhomefont:active { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #995656;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
  }
  
A.smallboldhomefont:hover { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:	#33749D;
	text-decoration: none;
	font-weight: bold;
  }
    
.homeheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D50000;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
}  	 

.mainheadings{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D50000;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
}  

.secondaryheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D50000;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
}  

.thirdheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	font-weight : normal;
}  

		
A:link	{	
	color: #003399;
}	
		
A:visited	{	
	color:	#FF6600;
}	
		
A:active, A:hover	{	
	color:	#FFFFFF;
}	
	
		
	/* end special cases and links */		
	
	/* end body */


