/* GLOBAL STYLES */
BODY {
	background-color: #000000;
}

BODY, P, A, TD {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textInput {
	background-color: #333333;
	color: #ffffff;
	border: 0;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	width: 340px;
}
.textArea {
	background-color: #333333;
	color: #ffffff;
	border: 0;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	width: 340px;
	height: 370px;
}
.submitButton {
	background-color: #333333;
	color: #ffffff;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}


/* STYLES MAIN PAGE */
.contentHolder {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.contentTable TD {
	vertical-align: top
}
.sectionTitle {
	color: #ea2800;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sectionHighlight {
	color: #ea2800;
}
.sectionHighlightWhite {
	color: #FFFFFF;
}


/* STYLES SECTION PAGES */
.sectionNavLeft {
	padding: 0;
	padding-top: 10px;
	width: 25%;
	text-align: left;
	white-space: pre;
	height: 1%;
	vertical-align: bottom;
	font-size: 11px;
}
.sectionNavMiddle {
	padding: 0;
	padding-top: 10px;
	width: 50%;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	height: 1%;
	vertical-align: bottom;
	font-size: 11px;
}
.sectionNavRight {
	padding: 0;
	padding-top: 10px;
	width: 25%;
	text-align: right;
	white-space: pre;
	height: 1%;
	vertical-align: bottom;
	font-size: 11px;
}
.sectionNavLeft, .sectionNavRight, .sectionNavLeft A, .sectionNavRight A {
	color: #ea2800
}

