body {
	background-color: white; 
	margin: 10px;
	font-family: Trebuchet MS, Arial, Tahoma, serif, Helvetica;
	font-size: 12px;
	color: #606060;
}

#header {
	clear: both;
}

#content {
	width: 720px;
}

h1, h2, h3, h4, h5, hr {
	clear: both;
	margin: 4px;
	padding: 4px;
	color: #013818; 
}

table {
	padding: 3px;
	margin: 3px;
}

td {
	padding: 4px;
	margin: 3px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}

li {
	padding-bottom: 2px;
}

li a {
	text-decoration: none;
	color: brown;
}
	
li a:hover {
	text-decoration: underline;
	color: blue;
}

.table-head {
	background-color:#663300;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.graph-back {
	border: 4px solid #73ADD6;
}

.label {
	border: thin solid gray;
	font-weight: 700;
	color: brown;
}

.value {
	border: thin solid gray;
	font-weight: 700;
	color: #3366FF;
}

.image {
	padding: 20px;
	text-align: center;
}

.boldfont {color: #013818; font-size: 14pt;}

.footer {
	font-family: Papyrus, optima, Bookman, serif, Helvetica;
	font-size: 9pt; 
	line-height: 13px; 
	color: #818E80; 
	text-align: center; 
	height: 50px; 
	vertical-align: text-bottom;
}

.footer a {text-decoration: none; color: #4c437d}

.footer a:hover {text-decoration: underline; color: #58847c; }