/*
	Green Hex: B0B579
	liteGreen Hex: c0c589
	
	Gray Hex: 919195
	lite Gray Hex: bfc0c2
*/	

.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	background:#000000;
	cursor:pointer;
}

/*
a:link {border:none;}
a:visited {border:none;}
a:hover {border:none;}
a:active {border:none;}
*/

img {border:none;}

.hdrCell {
}

.hdrTitle {
position:absolute;
margin:7px 0px 0px 24px;
}

.hdrDiv {
	height:32px;
	margin:20px 40px 10px 20px;
	background:#c0c589;
	color:#ffffff;
	font-size:16px;
	font-weight:bolder;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-variant:small-caps;
}

.dataTable th {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background:#c0c589;
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #000000;
	border-right:1px solid #000000;
}

.dataTable td {
	text-align:center;
	font-size:9px;
	color:#303030;
	background:#B0B579;
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #000000;
	border-right:1px solid #000000;
}

hr {
	width:66%;
	margin:20px 0px 0px 0px;
}

.ul {float:left;}
.ur {float:right;}
#hdrCont {padding:10px;}
.ll {float:left;}
.lr {float:right;}
#ftrCont {margin:-2px 0px 0px 10px;}

#ftr {
	background:#c0c589;
	padding:10px 0px 0px 0px;
	border:none;
	text-align:left;
	font-size:8px;
}
.sel {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	border:none;
	background:#888C5A;
}

.myTxt {
	color:#888C5A;
	font-size:1.5em;
	font-weight:bold;
	text-align:right;
	width:330px;
	padding-right:10px;
}

.mySel {
	text-align:left;
	width:480px;
	vertical-align:middle;
}

.notes {
	vertical-align:top;
	color:#888C5A;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 50px 20px;
}

