h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #003399;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 1em;
	padding: 1em;
}
.bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 0em;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #666;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #666;
}
