body {
	background-color: black;
	color: #FFD700;
	font-family:Arial, Helvetica, sans-serif
}

table.main {
	width: 100%;
}

table.main td.top {
	background-image: url(images/top-back.png);
	background-repeat: repeat-x;
	background-position: top;
}

table.divide {
	width: 100%;
	height: 15px;
	background-image: url(images/page-divide.png);
	background-repeat: repeat-x;
	vertical-align: top;
}

table.top {
	width: 100%;
	height: 30px;
}

table.top td.left {
	background-image: url(images/corner-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
table.top td.right {
	background-image: url(images/corner-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

td.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #c2b581;
}

td.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

blockquote {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

a:link, a:visited {
	color: #00BFFF;
}
a:hover {
	color: #E0FFFF;
}

.style7 a:link, .style7 a:visited {
	color: #0000FF;
}
.style7 a:hover {
	color: #CC0000;
}