td {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #ffffff;
}

.mainBody, td.bodySpacer {
	background-color: 1C2212;
}

.rule {
	background-color: #ffffff;
}

.section {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 4;
	text-transform: uppercase;
	padding-bottom: 18;
}

.marker {
	font-size: 11px;
	font-weight: bold;
	color: #727D42;
	letter-spacing: -1;
}

.headline, .title {
	font-size: 11px;
	font-weight: bold;
	color: #CE4800;
}

.extended {
	font-size: 11px;
	font-weight: bold;
	color: #727D42;
}

.boldUp {
	font-weight: bold;
	text-transform: uppercase;
}

.bold, .formLabel {
	font-weight: bold;
}

.subtitle {
	font-size: 10px;
	font-weight: bold;
	color: #727D42;
}

.postedDate {
	font-size: 10px;
	color: #727D42;
}

.newsimage {
	margin-right: 5px;
	margin-bottom: 5px;
}

.altRow {
	background-color: #282E1D;
}

/* LINKS */

a:link, a:visited {
	color: #D7E6A8;
}
a:hover, a:active {
	color: #ffffff;
}

a.subNav:link, a.subNav:visited {
	color: #CE4800;
}
a.subNav:hover, a.subNav:active {
	color: #F9773F;
}

a.mm:link, a.mm:visited {
	color: #ffffff;
}
a.mm:hover, a.mm:active {
	color: #F9773F;
}

a.sort:link, a.sort:visited {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
a.sort:hover, a.sort:active {
	color: #F9773F;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

a:link .images, a:visited .images {
	border: 1px;
	border-style: solid;
	border-color: #CE4800;
}

a:hover .images, a:active .images {
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.images {
	border: 1px;
	border-style: solid;
	border-color: #CE4800;
}

/* DROPDOWN MENUS */
a.subMenu:link, a.subMenu:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
}
a.subMenu:hover, a.subMenu:active {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
table.subMenu {
	display: block; 
	background-color: #000000;
	filter: alpha(opacity=80);
	opacity: .80;
}

/* SUBTABLE */
.subTable {
	border: 1px solid #CE4800;
}

.subTableHeader {
	color: #ffffff;
	background-color: #CE4800;
	font-weight: bold;
	text-transform: uppercase;
}

.subTableSection {
	background-color: #727D42;
	font-weight: bold;
}

/* FORMS */
input, textarea, select {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #1C2212;
	border: 1px solid #CE4800;
}
input.button {
	color: #ffffff;
	background-color: #BD2C00;
	border: 1px solid #CE4800;
	font-weight: bold;
	cursor: hand;
}
.req {
	color: #ffff00;
}

.firstOpt {
	background-color: #D7E6A8;
}
