body {
	background-color: #666666;
}

p {
	font-family: verdana;
	font-size: 8pt;
	line-height: 16px;
	color: #003366;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-position: center center;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #003366;
}
li {
	font-family: verdana;
	font-size: 8pt;
	line-height: 12px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 6px;
	display-position: outside;
	display-type: square;
	color: #003366;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
	font-weight: bolder;
	color: #003366;
	padding: 6px;
}
a {
	font-size: 8pt;
	color: #006699;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #5988A2;
}
a:active {
	color: #006699;
}