.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336699;
}
.hdr1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-weight: bold;


}
.hdr2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.pullBox {
	padding: 6px;
	margin: 5px;
	color: #369;
	background-color: #cfc;
	border: dotted black 1px;
}