body {
	margin: 25px;
	background-color: #FFFFFF;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
}
.legal {
	font-family: Lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #516cb1;
}
a {
	font-family: Lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #516cb1;
}
a:hover {
	font-family: Lucida, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.text {
	font-family: Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.textwhite {
	font-family: Lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.h1 {
	font-family: times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #adcee1;
}
.h2 {
	font-family: times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #516cb1;
}
.h3 {
	font-family: times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.h4 {
	font-family: times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}