.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


A.navsame    { /* use for hyperlink style that has no underline*/
	text-decoration: none; }
	        
a:link		{ }
a:visited	{  }
a:active    { }
a:hover     {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%; background-color:#DBDDEA
}

		        
a:link.anav { text-decoration: none; font-size: 10px;}
a:visited.anav { text-decoration: none; font-size: 10px;}
a:active.anav{ text-decoration: none; font-size: 10px;}
a:hover.anav  { background-repeat: repeat; background-attachment: 
               scroll; background-position: 0% 50% ; font-size: 10px;}
               
