* {
	font-family: verdana;
}
body {
	margin: 5px;
	width: 700px;
}
.topbanner {
	width: 100%;
	height: 50px;
	padding-bottom: 8px;
	background-color: #acdae2;
	border: 1px solid #aaa;
}
.topbanner td {
	vertical-align: top;
}
.menutop:link, .menutop:active, .menutop:visited {
	width: 115px;
	height: 30px;
	padding-top: 5px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #002268;
}
.menutop:hover {
	color: #1032d8;
}
.leftpad {
	vertical-align: top;
	padding: 0px 0px 15px 4px;
	width: 209px;
}
.menuleft:link, .menuleft:active, .menuleft:visited {
	width: 190px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.title {
	background-color: #f47c00;
	padding: 3px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #002268;
}
.content {
	vertical-align: top;
	padding: 0px 8px;
	font-size: 10px;
}
.content h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.content h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.content h3 {
	display: block;
	background-color: #daeaff;
	font-size: 11px;
	margin: 8px -2px;
	padding: 2px 5px;
}
.content p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}
.content a:active, .content a:link, .content a:visited {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: darkblue;
}
.content a:hover {
	text-decoration: underline;
}
.list {
	margin-top: 5px;
}
.list td {
	vertical-align: top;
	text-align: justify;
}
