/* CSS Document */

.body {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.bodybold {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.bodybold_white {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.LargeHeaders {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #CC0000;
}
.LargeHeadersbig {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #CC0000;
}
.bodyItalic {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
}

.bodySmall {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.smallHeaders {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
}
.smallHeadersBold {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.LargeWhiteHeaders {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}
.mediumHeaders {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
}
.mediumbody {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

.homepromo {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
}

.homepromo a {
	color: #ff0000;
}

.homepromo img {
	border: 0px;
	width: 16px;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
