@charset "utf-8";
.body_bg {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
}
.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B6D2FA;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9DACBF;
}

.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-image: url(carbonfiber_bg2.jpg);
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat;
	background-position: center;
	margin-bottom: 0px;
}
a:link {
	color: #00FF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF99;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}

