HTML, BODY {
	font-family: Verdana, Arial, Courier;
	color: #000;
	font-size: 10pt;
}
a {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
BODY {
	background-color: #134d75;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	border-left: 1px solid #062236;
	border-right: 1px solid #062236;
	background-color: #b3e0ff;
	width: 990px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #17415e;
	font-weight: Bold;
	text-align: left;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.box {
	font-size: 10pt;
	padding: 5px;
}