body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6;
	background-color: #999900;
	margin: 0px;
	padding-top: 50px;
	background-image: url(bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.copyrtxt {
	color: #FFFFFF;
}
.floatleft {
    margin-right: 4pt;
	float: left
}
.floatright {
    margin-left: 4pt;
	float: right
}

.arimgfloat {
	position: relative;
	top: 4px;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
