h1 {
	font-family: "Eras Demi ITC";
	font-size: large;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	margin-right: 25px;
	margin-bottom: 3px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.text {
	font-family: "Verdana";
	font-size: small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.small {
	font-family: "Verdana";
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
	font-family: "Verdana";
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.bottom {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-style: normal;
}
a:link {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}