@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/hoabackground8.gif);
}
h1 {
	color: #0a51a1;
	font-size: 36px;
	text-align: center;
}
h2 {
	font-size: 24px;
	font-style: italic;
	color: #000000;
	margin-left: 0px;
}
li {
	list-style-image: url(images/bluebullet.gif);
	margin-left: 10px;
}
h3 {
	color: #06376E;
	margin-bottom: 0px;
	font-size: 18px;
}
a {
	color: #0a51a1;
	text-decoration: none;
}

A:hover {
	color: #06376e;
	background-color: #CCCCCC;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
.tablehead {
	background-color: #CFC2A9;
	font-size: 16px;
	font-weight: bold;
	color: 06376e;
}
.tablerow {
	background-color: #DEDEDE;
	font-size: 14px;
}
.date {
	font-size: 16px;
	font-weight: bold;
}
.12pxbottom {
	margin-bottom: 12px;
}