/* CSS Document */
a.img:hover
	{	
	background: transparent; 
	}
	
a:link /*normal links in the text*/
  	{
	
	color: #000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
  	}
a:visited 
  {
	color: #333;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	
  }
a:hover 
 { 
	color: #FF0000;
	text-decoration : underline;
	font-size: 0.9em;
	background: #dcf6dd;
	
	/*border: 1px solid #ffcc00;*/
 }
a:active 
 { 
	color: #333;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	
 }
/*......end nav links in text*/
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: #dcf6dd;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #666;
	text-decoration : underline;
	font-size: 1em;
	background: #fff;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
	/*..........rightnav links..........*/
a.nav2:link 
	{
  	color: #000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav2:visited 
	{
  	color: #0066FF; 
  	text-decoration : none;
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav2:hover 
	{ 
  	color: #000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: #dcf6dd;
  	}
 a.nav2:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: transparent;
  	} 
	/*....................*/
a.nav3:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav3:visited 
	{
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav3:hover 
	{ 
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	background: #dcf6dd;
	font-weight: bold;
  	}
 a.nav3:active 
	{ 
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	} 
	/*....................*/
.breadcrumb
	{ 
	display:inline;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #00CC99;
	}
