@charset "utf-8";
/* CSS Document */
<style type="text/css">

.txtGreyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
.txtGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.txtRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
	text-decoration: none;
}
.txtRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
.txtRedHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	text-transform: uppercase;
}
body {
	background-color: #000;
	background-image: url();
	background-position: center;
	background-repeat:no-repeat;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	line-height: 30px;
}
.txtWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.navHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	line-height: 30px;
}
.txtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
.txtWhiteAllCaps {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}

</style>

.txtGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
.txtWhiteNoUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.txtGreyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}
