/* CSS Document */


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

a.menuoff {
	color: #000080;
	background-image: url(images/navbgoff.jpg);
	width: 135px;
	height: 29px;
	float: left;
	clear: left;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 60px;
}
a.menuon {
	color: #000080;
	background-image: url(images/navbgon.jpg);
	width: 135px;
	height: 29px;
	float: left;
	clear: left;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 60px;
}
a.menuoff:link {
	color: #000080;
}
a.menuon:link {
	color: #000080;
}
a.menuoff:visited {
	color: #000080;
}
a.menuon:visited {
	color: #000080;
}
a.menuoff:hover {
	color: #000080;
	background-image: url(images/navbgon.jpg);
}
a.menuon:hover {
	color: #000080;
}
a.menuoff:active {
	color: #000080;
}
a.menuon:active {
	color: #000080;
}

@media Print {
	BODY{
		zoom:80%;
	}
}
