body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	background-color: #0066FF;
}
p {
	font-weight: 550;
}
h1 {
	font-size: 180%;
	font-weight: 800;
	color: #FFFFFF;
}
h2 {
	font-size: 130%;
	font-weight: 700;
	color: #FFFFFF;
}
h3 {
	font-size: 120%;
	font-weight: 700;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: 700;
	color: #0066FF;
}
#navline {
	font-size: 80%;
	color: #0099FF;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftimg {
	float: left;
	margin-right: 3%;
}
a {
	color: #0099FF;
	background: transparent;
}
a:link {
	color: #0099FF;
}
a:hover, a:focus{
	color: #669900;
}
a:active {
	color: #663300;
}
a:visited {
	color: #669900;
}
#guts {
	position: relative;
	background: #FFFFFF;
	width: 75%;
	margin: 0px;
	padding: 24px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;

	
}
#report {
	position: relative;
	background: #336600;
	width: 75%;
	margin: 0px;
	padding: 24px;
	text-align: left;
	color: #FFFFFF;
}
#header {
	background: #FFFFFF;
}

