body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 15px 0px 15px;
}
td {
	font-size: 12px;
}
#pgHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 5px 0px 0px 0px;
}
#pgFooter {
	padding: 10px 0px 25px;
	margin: 25px 0px 0px 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#txtWindow {
	font-size: 11px;
	height: 300px;
	width: 95%;
	margin: 5px auto 5px auto;
	padding: 5px;
	overflow: auto;
}
.tableBorder {
	border: 1px solid #CCCCCC;
}
.cellOverLine {
	border-top: 1px solid #999999;
}
.cellNoOverLine {
	border-top: none;
}
.tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 6px;
	font-size: 10px;
}
.tableHeader a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.tableHeader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.tableHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.textPageTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textMini {
	font-size: 8px;
	font-family: sans-serif;
}
.textTiny {
	font-size: 9px;
}
.textSmall {
	font-size: 10px;
}
.textMedium {
	font-size: 11px;
}
.textLarge {
	font-size: 14px;
	font-weight: bold;
}
.textModMsg {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 5px;
	visibility: visible;
}
.textModMsgClear {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	visibility: hidden;
}
.textFooter {
	font-size: 10px;
	color: #999999;
}
a.textFooter {
	color: #999999;
	text-decoration: none;
}
a.textFooter:hover {
	color: #990000;
	text-decoration: underline;
}
.tableLogin {
	background-image: url(images/box_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
form {
	margin: 0px;
	padding: 0px;
}
.textPageSubTitle {
	font-size: 14px;
	font-weight: bold;
}
.textRequired {
	color: #CC0000;
}
#contentBox {
	padding: 5px;
	height: 450px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	border: 1px solid #DDDDDD;
}
.subMenu {
	background-color: #EEEEEE;
}
.subMenu td {
	font-size: 10px;
}
.subMenu a:link {
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.subMenu a:visited {
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.subMenu a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFCC;
	padding: 2px 5px 2px 5px;
}
.rowAlt {
	background-color: #EEEEEE;
}
.mb_messageBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
	background-color: #EBEBE4;
	width: 380px;
	height: 200px;
	padding: 5px;
	overflow: auto;
}
