@charset "utf-8";
/* CSS Document */

.Subtitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color:#FFF
}

.BodyMainText {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#FFFFFF;
}

.BodyFAQText {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#FFFFFF;
}

.BodyText {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#FFFFFF;
}
.BottomText {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#000000;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-color:#666}

.BodySmallText {
	font-family: Arial;
	font-weight: none;
	font-size: 10px;
	color:#000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
