/*  CSS */

	/* begin body elements */	
		
BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #393939;
	font-weight: normal;
	font-style: normal;
	background-image : url("../images/bg_rev.gif");
}	
	
TABLE, TR, TD	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:  #393939;
	font-weight: normal;
	font-style:	normal;
}
 
P	{	
 	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color : #393939;
	font-weight: normal;
	font-style: normal;
}	

		
 BLOCKQUOTE, UL, OL, LI	{	
	/* inherit from body */	
}	

	
HR	{	
	color:	#393939;
}	
		
B	{
	font-weight: bold;
}
	
I	{
	font-style:	italic;
}
		
	/* end body elements */


	/* begin special cases and links */	


.title	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color : #0D7343;
	font-weight : bold;
	font-style : normal;
}			


.title2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #0D7343;
	font-weight : bold;
	font-style : normal;
}		
	
.copyright	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #0D7343;
	font-weight : normal;
	font-style : normal;
}		
			

	/* required field on forms. */

.required {
	color:  #CC6633;
}		
  

A.nav:link, A.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
}  
  
A.nav:hover, A.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
}  
		
A:link	{	
	color: #0D7343;
}	

A:visited{	
	color: #000000;
}	
		
A:active, A:hover	{
	color:#000000;
	text-decoration : none;
}	
	
		
	/* end special cases and links */		
	
	/* end body */



