/* CSS Document */

a.img:hover
	{	background: transparent; }
	
	/*..........main page links...........*/
a:link 
  {
  color: #fff; 
  text-decoration : underline; 
  }
a:visited 
  {
  color: #fff; 
  text-decoration : underline; 
  }
a:hover 
 { 
  color: #FF0000; 
  text-decoration : underline;
  background: #dbe8f9;
 }
a:active 
 {
  color: #FF0000; 
 }
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #fff;
	text-decoration : none;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #fff;
	text-decoration : none;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 0.9em;
	background: #dbe8f9;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
a.nav2:link 
	{
	color: #fff;
	text-decoration : none;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #fff;
	text-decoration : none;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
	}
	/*....................*/
a.nav3:link 
	{
  	color: #fff; 
  	text-decoration : underline; 
  	font-size: 0.8em; 
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:visited 
	{
  	color: #fff; 
  	text-decoration: none;
  	font-size: 0.8em; 
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.8em; 
	font-weight:bold;  
  	background: transparent;
  	}
 a.nav3:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.8em; 
	font-weight:bold;  
  	background: transparent;
  	} 
	/*....................*/
