h1 {
	font: bold 200% Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: center;
}
h2 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: center;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #003B7D;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #84AED7;
}
p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 90%;
}
.footer {
	font-size: x-small;
	text-align: center;
	color: white;
	padding-top: 3px;
	padding-bottom: 5px;
}
.menubar {
	font-weight: bold;
	background-color: #E0EAFA;
	text-align: center;
	font-size: small;
}
a:link {
	color: #4B0082;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #00CCCC;
	font-weight: bold;
	text-decoration: none;
}
a.menubar:link {
	color: #003B7D;
	text-decoration: none;
	font-weight: bold;
}
a.menubar:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a.menubar:visited {
	font-weight: bold;
	color: #003B7D;
	text-decoration: none;
}
a.menubar:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footer:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.footer:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.usanablue {
	background-color: #003B7D;
}
.linen {
	background-color: #FAF0E6;
}
.optin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
body {
	background-color: #E0EAFA;
}
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #33ABFF;
}
.margin-left {
	margin-left: 5px;
}
