body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	background-color: #971734;
	
	font-family: "verdana";
	font-size: 11px;
	color: #777777;
	text-align: justify;
}

.text-menu
{
	font-family: "verdana";
	font-size: 11px;
	color: white;
}

.text-content
{
	font-family: "verdana";
	font-size: 11px;
	color: #777777;
	text-align: justify;
	font-weight: none;
}

.text-header
{
	font-family: "verdana";
	font-size: 13px;
	color: #003066;
	font-weight: bold;
}

.text-footer
{
	font-family: "verdana";
	font-size: 10px;
	color: white;
	text-align: right;
}

.text-subheader
{
	font-family: "verdana";
	font-size: 11px;
	color: gray;
	font-weight: bold;
}
a:link {text-decoration: none; color: MediumSeaGreen}
a:visited {text-decoration: none; color: orange}
a:hover {text-decoration: underline; color: Blue}
a:active {text-decoration: underline; color: MediumAquaMarine}

<style type="text/css">
<!--
div.scroll {
	height: 180px;
	width: 450px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding: 8px;
}
-->
</style>


