.Header {
	font-family: garamond, times, times roman;
	font-size: 16px;
	font-weight: bold;
	color: #000C62;
}
.HeaderSmaller {
	font-family: garamond, times, times roman;
	font-size: 14px;
	font-weight: bold;
	color: #000C62;
}
.HeaderWhite {
	font-family: garamond, times, times roman;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Copy {
	font-family: garamond, times, times roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.SmallText {
	font-family: garamond, times, times roman;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
.SmallerText {
	font-family: garamond, times, times roman;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Bold {
	font-family: garamond, times, times roman;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
A:link {
 color:#000C62
}
A:visited {
color:#3399CC
}
A:hover {
text-decoration: 
none; color:#000000
}