h1 {
	font-family: times, serif;
	font-size: 18px;
	color: #2b5091;
	font-weight: normal;
}
h2 {
	font-family: times, serif;
	font-size: 12px;
	color: #2b5091;
	font-weight: normal;
}

.header {
	width: 657px;
	padding: 4px 4px 4px 6px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #2b5091;
	border-top: 1px solid #2b5091;
	border-bottom: 1px solid #2b5091;
}
.content {
	background-color: #d5dce9;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top: 1px solid #becadd;
	border-bottom: 1px solid #becadd;
	vertical-align: top;
}
.footer {
	background-color: #e5f0ec;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4d9778;
	border-top: 1px solid #9dc7b4;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

.header a {
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #2b5091;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
		
ul {
	list-style-type: none;
	margin-left: 8px;
}

li a:link, li a:visited {
	color: #2b5091;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}		


a:link, a:visited {
	color: #2b5091;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	
