/* CSS Document */
/*....................................new email links...............*/
	
a.nav2:link 
	{
	color: #fff;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}

