.small a:link            {
	 font-family: Georgia, Times New Roman, serif;
	 font-size: small;
	 text-decoration: none;
	 color: #0000CC;
}
.small a:visited         { 
             font-family: Georgia, Times New Roman, serif;
	font-size: small; 
	text-decoration: none; 
	color: #0000CC; 
	}
		
.small a:hover           { 
             font-family: Georgia, Times New Roman, serif;
	font-size: small;
	text-decoration: underline;
	color: #0000CC; 
	}

.small a:active           { 
             font-family: Georgia, Times New Roman, serif;
	font-size: small;
	text-decoration: underline;
	color: #0000CC; 
	} 

.topnav a:link      {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.topnav a:visited     {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.topnav a:hover        {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #DE600C;
	text-decoration: none;
}
.topnav a:active        {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
