h3 {
	font-size: 12pt;
}
h4 {
	font-size: 9pt;
}
a {
	color: #B0B0B0;
	font-family: monospace;
	font-size: 8pt;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}
a:hover {
	color: #66EE66;
	text-decoration: none;
}
div#main {
	position: absolute;
	top: 5;
	left: 10%;
	width: 80%;
	height: 720;
	
	padding: 5;
	
	border: inset 2px #000000;
	
	background-color: #FFFFFF;
	background-image: url("logowatermark2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;

	font-family: sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #777777;
}
body {
	background-color: #555555;
}
.sectionTitle {
	position: relative;
	width: 98%;
	height: 22;
	
	padding-top: 2;
	padding-left: 5;

	border-bottom: solid 2px #F0F0F0;
	
	color: #777777;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
}
p {
	text-indent: 50px;
	width: 96%;
	text-align: left;
}
ul {
	text-align: left;
	width: 96%;
}
div#footer {
	position: inline;
	width: 100%;
	height: 80;
	top: 902;

	border-top: dotted 3px #B0B0B0;
	
	color: #B0B0B0;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
}