body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.mainTable {
	border-top: 5px solid #6A7E8A;
	border-right: 5px solid #6A7E8A;
	border-bottom: 4px solid #6A7E8A;
	border-left: 5px solid #6A7E8A;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bluegray {
	background-color: #6A7E8A;
}
#leftCurtain {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#rightCurtain {
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 0px;
}
body, td, p {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.footer {
	color: #666666;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.footer a {
	color: #666666;
	text-decoration: underline;
}
a {
	color: #BE2618;
	text-decoration: none;
}
.blurb {
	font-size: 11px;
	padding: 10px;
	line-height: 16px;
	text-align: justify;
}
.mainCell {
	padding: 10px;
}
.mainCell img {
	border: 2px solid #6A7E8A;
}
