@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	text-decoration: none;
}
.tablehead {
	background-color: #000000;
	background-image: url(../images/obbwc_headbar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}
a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3EA11;
	text-decoration: none;
	letter-spacing: 1pt;
}
a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3EA11;
	text-decoration: none;
	letter-spacing: 1pt;
}
a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ED2124;
	text-decoration: none;
	letter-spacing: 1pt;
}
a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ED2124;
	text-decoration: none;
	letter-spacing: 1pt;
}

