/* CSS Document */
a:link /*normal links in the text*/
  	{
  	color: #000;
  	text-decoration : underline;
  	font-weight: bold;
	font-size: 0.9em;
  	}
a:visited 
  	{
  	color: #000; 
  	text-decoration : underline;
  	font-weight: bold;
	font-size: 0.9em;
	}
a:hover 
 	{ 
  	color: #000; 
  	text-decoration : none; 
  	background: #fff;
  	font-weight: bold;
	font-size: 0.9em;
	}
a:active 
 	{ 
  	color: #000;
  	text-decoration : underline;
  	background: transparent;
	font-weight: bold;
	font-size: 0.9em;
	}
/*......nav links for main navigation*/
a.nav:link 
	{
  	color: #000;
  	text-decoration : none;
  	font-weight: bold;
  	}
a.nav:visited 
	{
  	color: #000; 
  	text-decoration : none; 
  	font-weight: bold;
  	}
a.nav:hover 
	{
  	color: #000; 
  	text-decoration : underline; 
  	background: #fff;
  	font-weight: bold;
  	}
 a.nav:active 
	{
  	color: #000; 
  	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
	/*..........rightnav links..........*/
a.nav2:link 
	{
	color: #C3698E;
  	text-decoration : none; 
  	font-size: small; 
  	background: transparent;
  	}
a.nav2:visited 
	{
  	color: #0066FF; 
  	text-decoration : none;
  	font-size: small;  
  	background: transparent;
  	}
a.nav2:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: small; 
  	background: #FCE0B8;
  	}
 a.nav2:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: small; 
  	background: transparent;
  	} 
	/*....................*/
a.nav3:link 
	{
	color: #C3698E;
  	text-decoration : none; 
  	font-size: medium; 
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:visited 
	{
  	color: #0066FF; 
  	text-decoration: none;
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: #FCE0B8;
  	}
 a.nav3:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	} 
	/*....................*/
