/* CSS Document */



a.img:hover

	{	background: transparent; }

	



.header a:hover 

	{

	background: transparent;

	}	

a:link 

  	{

	font-size: 1em;

  	color: #000000; 

  	text-decoration : underline; 

  	}

a:visited 

  	{

	font-size: 1em;

	color: #0000ff;

  	text-decoration : underline; 

	background: transparent;

  	}

a:hover 

 	{

	font-size: 1em;

	color: #FF0000;

	text-decoration : underline;

	background-color: transparent;

 	}

a:active 

 	{ 

	font-size: 1em;

  	color: #000000; 

  	text-decoration : underline; 

  	background: transparent;

 	}

/*now follow the section links in the navigation bar on the left side*/

a.nav:link 

	{

	color: #000000;

	text-decoration : underline;

	font-size: 0.9em;

	background: transparent;

	}

a.nav:visited 

	{

	color: #666;

	text-decoration : none;

	font-size: 0.9em;

	background: transparent;

	}

a.nav:hover 

	{

	color: #009966;

	text-decoration : underline;

	font-size: 0.9em;

	background: transparent;

	}

 a.nav:active 

	{

	color: #FF0000;

	text-decoration : none;

	font-size: 0.9em;

	background: #CCCCCC;

	}

	/*..........rightnav links..........*/

a.nav2:link 

	{

  	color: #000000; 

  	text-decoration : none; 

	font-size: 0.9em;

  	background: transparent;

  	}

a.nav2:visited 

	{

	color: #0000ff;

	text-decoration : none;

	font-size: 0.9em;

	background: transparent;

  	}

a.nav2:hover 

	{ 

  	color: #FF0000; 

  	text-decoration : underline; 

	font-size: 0.9em;

  	background: transparent;

  	}

 a.nav2:active 

	{ 

  	color: #FF0000; 

  	text-decoration : none; 

	font-size: 0.9em;

  	background: transparent;

  	} 

	/*..........end rightnav links..........*/

/*these are the sub-section links */

a.nav3:link 

	{

  	color: #000000; 

  	text-decoration : underline; 

  	font-size: 0.8em; 

  	background: transparent;

  	}

a.nav3:visited 

	{

	color: #666;

	text-decoration : none;

  	font-size: 0.8em; 

	background: transparent;

  	}

a.nav3:hover 

	{ 

  	color: #FF0000; 

  	text-decoration : underline; 

  	font-size: 0.8em; 

  	background: transparent;

  	}

a.nav3:active 

	{ 

  	color: #FF0000; 

  	text-decoration : none; 

  	font-size: 0.8em; 

  	background: #CCCCCC;

  	}



