@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(graphics/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
	background-color: #666666;
}
.SideBar {
	background-attachment: scroll;
	background-image: url(graphics/sidebarback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.FeatureBox {
	background-attachment: scroll;
	background-image: url(graphics/featurebox_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.TableBack {
	background-attachment: scroll;
	background-image: url(graphics/table_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.BodyFont {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.Feature {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
