/* CSS Document */
body {
	background-color: #003300;
	margin-top: 3px;
}
.header {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	width: 900px;
}
.footerDV {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	width: 900px;
	background-image: url(images/background35.jpg);
	background-repeat: repeat-y;
	height: auto;
	border: 1px solid #003300;

}
.headersm {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
}
.text {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.textbd {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.H3 {font-family: Arial, Helvetica, sans-serif
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
}
img.floatLeft { 
    float: left; 
    margin: 0px;
	}
	img.floatRight {
	float: right;
	margin: 0px;
	}
