@charset "utf-8";
.feature {
	border: 1px solid #FF0000;
	padding: 16px;
	width: 100%;
}

.underline {
	font-size: 36px;
	color: #FF0000;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing: .1em;
}
.dontprintmenu {
	display: none;

}
.navbar {
	color: #968d86;
	display: none;
	width: auto;
}
.maintext {
	line-height: 125%;
}
.body a:link {
	color: #0000FF;
	text-decoration: none;
}
.body a:visited {
	color: #0000FF;
	text-decoration: none;
}

.body a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.lhs {
	float: left;
	width: 220px;
	text-align: center;
	background-color: #e8e6e4;
	display: none;
}
.caption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.footer {
	font-size: 100%;
	text-align: center;
	width: 800px;
	clear: left;
}
.screenonly {
	font-style: italic;
	display: none;
}
.printonly {
	font-style: italic;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: .1em;
	font-weight: bold;
}
.table {
	border: 1px solid #968D86;
}
