.mainDiv {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.leftLine {
	background-image: url(images/leftLine.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 32px;
}
.rightLine {
	background-image: url(images/rightLine.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 34px;
}
.formStyle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #CCC;
	padding: 2px;
}
.hrGray {
	background-image: url(images/lineGray.gif);
	background-repeat: repeat-x;
	height: 12px;
	background-position: center;
}
.btn {
	background-image: url(images/btnSubmit.gif);
	height: 32px;
	width: 93px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	on
}
.btn_olv {
	background-image: url(images/btn-submit.gif);
	height: 25px;
	width: 84px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	on
}
.radBtnOrange {
}
td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.tblBorder {
	border-width:2px; 
	border-spacing:0px; 
	border-style:solid; 
	border-color:#BBB; 
	border-collapse:separate 
	background-color:white;
}
.tblHeader {
	border-width: 0px;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: white;
}
.tdHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #990033;
}
.tdHeaderGray {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #666;
}
.tdRecords {
	padding-top: 2px;
	padding-bottom: 2px;
}
.tdHighlight {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFEBA;
}
.sectionHead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #901A2D;
}
.logoutHead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding-top: 22px;
	text-align: right;
}
.radioErrorMsg {
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3333;
	border: 1px solid #CC3333;
}
.textErrorMsg {
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC3333;
	border: 1px solid #CC3333;
}
