body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00476B;
	font-size: 11px;
}
a:link {
	color: #00599C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #521C78;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00423A;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #00423A;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #521C78;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #521C78;
	margin: 2px;
	padding: 2px;
}
h3 {
	font-size: 14px;
	color: #521C78;
}
ul {
	list-style-position: outside;
	list-style-image: url(/images/leaf.gif);
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.reverse {
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #521C78;
	padding: 4px;
	margin: 8px 4px 4px 2 px;
}
.background {
	background-color: #8FE3AD;
	margin: 2px;
	padding: 2px;
}
