/* CSS Document */

/* Normal Anchor or Links*/
a{
	font-family:Tahoma;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;	
	color: #ED1C24;
	text-decoration: none;
	line-height: 15px;
}
a:hover {
	font-weight: bold;
	color: #880C02;
	text-decoration: none;
	line-height: 15px;
	}
/* End of Normal Anchor*/