.hidden, #menuCol, #bodyHeader, #navigation, #navMenu {
	display: none;
}
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
#bodyLeftCol, #bodyRightCol, #footer {
	border: 0px;
}
a, a:link {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	text-decoration: underline;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
	text-decoration: underline;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	margin-top: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
img {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}
.col1, .col2 {
	width: 48%;
}
.col1 {
	float: left;
}
.col2 {
	margin-left: 50%;
}
hr.pagebreak {
	page-break-after: always;
	display: none;
}

