@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Lucida Sans, Lucida Grande, Calibri, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}
body {
	background-color: #000000;
	background-image: url(../images/bfc-bgdes.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: #FFCC33;
	text-shadow: 1px 1px 1px #555;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFCC33;
	text-shadow: 1px 1px 1px #555;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFCC33;
	text-shadow: 1px 1px 1px #555;
}
h4 {
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	color: #FFCC33;
	text-shadow: 1px 2px 6px #000;
}
a:link {
	color: #3C98FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #00CCCC;
}
a:active {
	text-decoration: none;
	color: #3C98FF;
}
.footer {
	font-size: 10px;
}
#footer {
	font-size: 10px;
	width: 570px;
	height: 70px;
	align: center;
	text-align: left;
}

