@charset "utf-8";
.centered {
	text-align: center;
}
.smallcopy {
	font-size: 10px;
	color: #000;
}
#tableHomePage tr td h1 {
	color: #999;
	font-size: 30px;
}
#nav tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006D81;
	padding: 3px;
}
#nav tr td a {
	font-weight: bold;
	color: #476C87;
	text-decoration: none;
}


#tableHomePage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
.boldGrey {
	font-weight: bold;
	color: #999;
	padding: 3px;
	text-align: center;
}
#nav tr td a:hover {
	font-weight: bold;
	color: #0C4499;
	text-decoration: none;
}
#tableHomePage tr td h2 {
	color: #006D81;
	font-size: 30px;
	text-align: left;
	line-height: 15px;
	padding-top: 5px;
}
.bodycopy {
	text-align: left;
}
.cutline {
	text-align: center;
}
