@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color: #bc2102	;
	text-decoration: none;
}

a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

a:active {
	color: #bc2102;
	text-decoration: none;}

.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13pt;
	color: #FFF;
}
.bottom {
	font-size: 9px;
}
.bottom1 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #BC2102;
	font-weight: bold;
}
