@charset "utf-8";
/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	font-weight: normal;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#cc0000;
}

a:hover {
	color: #ffffff;
	background-color:#cc0000;
}

a:active {
	text-decoration: none;
	color:#ffffff;
	background-color:#A50000;
}


.linkBanner {
	text-decoration: none;
	color:#ffffff;
	background-color:#EFEEE5;
}

.linkBanner:hover,visited,active,active {
	text-decoration: none;
	color:#ffffff;
	background-color:#EFEEE5;	
}