.BannerTitle {
	font-size: 54px;
	font-weight: bold;
	color: #CB0C04;
	font-family: Edwardian Script ITC;
}
.Bannertext {
	font-size: 24px;
	font-family: Edwardian Script ITC;
	color: #CB0C04;
}
.FooterText {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
.FooterTextLarge {
	font-family: Tahoma;
	font-size: 14px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CB0C04;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.BodyText {
	font-size: 10px;
	font-family: Tahoma;
	color: #000000;
}
.BodyText12 {
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
}
.NavBarText {
	font-family: Tahoma;
	font-size: 18px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}

