body {
	font-size: 11.5pt;
	padding: 5px;
	font-family: Arial, Verdana;
	color: #000000;
}

.minCenterWidth {
	width: 100%;
	min-width: 600px;
}

#formHeader {
	border: 1px solid black;
	padding: 4px;
	font-weight: bold;
	font-size: 12pt;
}

table .mainTable {
	width: 100%;
	margin: 0px;
}

#bold {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#center {
	text-align: center;
}

.center {
	text-align: center;
}

.black {
	color: #000000;
}

#heading {
	background-color: #B2B2B2;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	vertical-align: bottom;
	text-transform: Uppercase;
	height: 22px;
	width: 100%;
}

.pageHeadingShadow {
	background-color: #999999;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.pageHeading {
	border: 1px solid black;
	padding: 1px 3px;
	margin: 0px;
	position: relative; top: -3px; left: -3px;
	background-color: #ffffff;
	font-size: 10pt;
	color: #D12C04;
	text-transform: uppercase;
}

#blackLine {
	background: #000000;
	height: 1px;
	margin-bottom: 2px;
}

#orangeLine {
	background: #D12C04;
	height: 2px;
	margin-bottom: 10px;
}

.lineBreak3 {
	height: 3px;
}

.lineBreak4 {
	height: 4px;
}

#dbLineBreak {
	height: 12px;
}

#border {
	border: 1px solid;
}

#orangeBgHeader {
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	background-color: #D12C04;
	text-transform: uppercase;
	text-decoration: none;
}

#orangeBgHeader a:hover {
	text-decoration: underline;
}

.greyBg {
	background: #F6F6F5;
	padding: 8px;
	border: 2px solid #ECEBEB;
}