body {
	background-color: #333333;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.format {
	height: 400px;
	width: 760px;
	border: thin solid #E6FFFF;
}
td.header {
	height: 77px;
	width: 760px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: text-bottom;
	font-size: 9px;
}
td.nav {
	height: 2px;
	width: 760px;
}
td.content {
	height: 350px;
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E6FFFF;
}

a:link {
	color: #005925;
	text-decoration: none;
}
a:visited {
	color: #005925;
	text-decoration: none;
}
a:hover {
	color: #005925;
	text-decoration: underline;
}
a:active {
	color: #005925;
}
.titles {
	font-size: 14px;
	font-style: italic;
	color: #BF6930;
	font-weight: bold;
}

td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	background-color: #005925;
}

.footer a:link {
	color: #E6FFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #E6FFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #E6FFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #E6FFFF;
}

