@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #AD1601;
}

.outline {
	background-color: #000000;
	border: solid;
	border-width: 1px;
	border-color:#006633;
}	

.style1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.componentheading2 {
	background: url('images/subhead_bg2.png') repeat-x;
	color: #990000;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase
}

a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;

}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(/images/subhead_bg.png) repeat-x;
	color: #999999;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	padding: 4px;
	background-color: #000000;
	background-image: url(/images/sechdrbg.png);
	background-repeat: repeat-x;
	height: 23px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A2A2A;
	border-bottom-color: #2A2A2A;
	background-position: top;
}

.sectiontablefooter {
}

.sectiontableentry1 {
	background-color : #101010;
	font-size: 11px;
	color: #CCCCCC;
	height: 23px;
	background-image: url(/images/sechdr1bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.sectiontableentry2 {
	background-color : #101010;
	font-size: 11px;
	color: #CCCCCC;
	height: 23px;
	background-image: url(/images/sechdr1bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.small {
	color: #999999;
	font-size: 12px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {	border: 1px solid #282828
;
padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(/images/subhead_bg2.png) repeat-x;
  color: #CE2415;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(/images/menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	text-decoration: none;
	font-weight: normal;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
		color: #CCCCCC;
	text-align: left;
}

a.sublevel:hover {
	color: #990000;
	text-decoration: none;
}
.hideme {
visibility : hidden;
}


