body {
	color: #333;
	font: 12px/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-color: #440201;
	margin-top: 0;
	padding-top: 0;
}

td.mast {
	background: url(gfximg/mast.png) no-repeat;
	width: 890px;
	height: 120px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	font-variant: small-caps;
	font-size: 10px;
}

a.bodylink:link , a.bodylink:visited {
	font-weight: bold;
	color: #943024;
}

a.bodylink:hover {
	color: #ff714c;
}

td.lhs {
	background-color: white;
	width: 240px;
	padding: 10px;
	vertical-align: top;
}

td.rhs {
	width: 630px;
	padding-right: 10px;
	background-color: white;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3.forms {
	font-weight: bold;
	font-size: 11px;
	width: 608px;
	background-color: maroon;
	color: white;
	padding: 3px 10px;
	border: 1px solid #ff714c;
	font-variant: small-caps;
}

*.bodybold {
	font-weight: bold;
}

li.bullets {
	list-style-position: outside;
	list-style-image: url(gfximg/bullets.gif);
	list-style-type: disc;
}

*.texts {
	width: 90%;
}

*.formbtns {
	color: black;
	background-color: #ff714c;
	border: 1px solid black;
}

td.footer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #ffd75a;
	border-top: 1px solid black;
	padding: 3px;
}