@charset "utf-8";
/* CSS Document */

.bcTH {
	background-color: #485948;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bcInput {
	background-color: #FFFFCC;
	border: 1px solid #485948;
}
.bcPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	display: block;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.bcSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #354235;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CA18C;
	border-right-color: #232C23;
	border-bottom-color: #232C23;
	border-left-color: #8CA18C;
	padding: 2px;
	margin-left: 8px;
}
.bcDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.bcTRe {
	background-color: #FFFFFF;
}
.bcTRo {
	background-color: #eeeeee;
}
