body {
	background-color: #181818;
	margin: 0px;
	color: #333333;
}
news {
	background-color: #381F1B;
	margin: 0px;
	color: #333333;
}
.textSm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}
.textMain{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}
.textLg{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.textTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
a.nav:active {
	color: #333333;
	text-decoration: underline;
	font-weight:normal;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
a.nav:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight:normal;
}
.borderPhoto {
	border: 1px solid #000000;
}
.borderDashB {
	border-bottom: 1px dotted #000000;
}
.borderDashT {
	border-top: 1px dotted #000000;
}
.borderTableB {
	border-bottom: 1px solid #381F1B;
}
.sideNavOff {
	padding:6px;
	border-bottom:1px dotted #000000;
	background-color: #800000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 10px;
	text-align:right;
	color:#FFFFFF;
	cursor:pointer; 
}
.sideNavOn {
	padding:6px;
	border-bottom:1px dotted #000000;
	background-color: #800000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 10px;
	text-align:right;
	color:#FFCC00;
	cursor:pointer; 
}
.sideNavChild {
	padding:6px;
	padding-left:1px;
	padding-right:7px;
	border-bottom:1px dotted #000000;
	background-color: #DDDFBF;
}
.sideNavChildOff {
	padding:3px;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-weight:bold;
	font-size: 9px;
	text-align:right;
	color:#703B32;
	cursor:pointer; 
}
.sideNavChildOn {
	padding:3px;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-weight:bold;
	font-size: 9px;
	text-align:right;
	color:#FFCC00;
	cursor:pointer; 
}
.formField {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
}
.dbTextbox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
}
.formButton {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFF0E5;
	background-color: #582B24;
}
.dbButton {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFF0E5;
	background-color: #582B24;
}
a.dbHeader:link, a.dbHeader:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.dbHeader:active, a.dbHeader:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dbHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #381F1B;
}
a.dbCell:link, a.dbCell:visited {
	color: #333333;
	text-decoration: none;
	background-color:transparent;
}
a.dbCell:active, a.dbCell:hover {
	color: #FFCC00;
	text-decoration: underline;
	background-color:transparent;
}
.dbCell {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	background-color: #E5E7CF;
}
.dbCellAlt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	background-color: #DDDFBF;
}
.cellbg1 {
	bgcolor: #000000;
	background-color: #000000;
}
.cellbg2 { bgcolor: #666666; background-color: #666666;}

