/* CSS Document */

a.img:hover
	{	background: transparent; }
	
	/*..........main page links...........*/
a:link 
  {
  color: #000; 
  text-decoration : underline; 
  }
a:visited 
  {
  color: #993300; 
  text-decoration : underline; 
  }
a:hover 
 { 
  color: #FF0000; 
  text-decoration : underline; 
 }
a:active 
 { 
  color: #FF0000; 
 }
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #000000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #666666;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
a.nav2:link 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #000000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
	}
	/*....................*/
a.crumb:link 
	{
  	color: #000000; 
  	text-decoration : none; 
  	font-size: 0.8em;
  	background: transparent;
  	}
a.crumb:visited 
	{
  	color: #666666; 
  	text-decoration: none;
  	font-size: 0.8em;
  	background: transparent;
  	}
a.crumb:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.8em;
  	background: transparent;
  	}
 a.crumb:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.8em;
  	background: transparent;
  	} 
	/*....................*/
