.searchBtn {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
}
.searchBox {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.textbox {
	background-color: #ffffff;
	border: 0px solid #ffffff
;
	font-family: Arial, sans-serif;
	font-size: 8px;
	color: #000000
;
}
.textboxDisabled {
	background-color: #000000;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #ffffff
;
}
.submit {	
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: none;
	height: 18px;
	font-weight: bold;
	border: 1px solid #333333;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #ffffff;
;	
}
li.bulletLrg {
	list-style-type: disc;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #ffffff
;	
}
li.num {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #ffffff
;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #ffffff;
}
a.txtSession, a.txtSiteDocs {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Arial, sans-serif;
	color: #99ccff;
	text-decoration: underline;
}
a.txtButton {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #ffffff;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #99ccff;
	text-decoration:none;
}
.topCats {
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration:none;
}
.topCats:hover {
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Arial, sans-serif;
	color: #99ccff;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: none;
}
.tdListTitle {
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.tdEven {
	background-color: #000000;
}
.tdOdd {
	background-color: #000000;
}

.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding-top: 5px;
	color: #808080
;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

body {
	margin: 0px;
	background-color: #000000;
}
#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding: 5px;
	border: none;	
}
#subSurround {
	display: none;
}
#topHeader {
	display: none;	
}
#Footer {
	display: none;
}

.boxTitleLeft, .boxTitleRight {
	display: none;
}
.boxContentLeft, .boxContentRight {
	display: none;

}
.colLeft {
	position: relative;
	left: 0px;
	width: 150px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 90%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 10px;
	right: 0px;
	float: right;
}
.boxContent {
	border: none;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-color: #000000;
	margin-bottom: 5px;
	text-align: left;
}

.noprint {
display:none;
}