/* CSS Document */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #DAA520;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}	

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

div.menu a:link {
	font-family: Times new roman;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	
}		
div.menu a:hover {
	font-family: Times new roman;
	color: #9C121F;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

div.menu a:visited {
	font-family: Times new roman;
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

div.footermenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	
}		
div.footermenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

div.footermenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

