h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	letter-spacing: .1em;
	line-height: 80%;
	margin: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #336667;
	letter-spacing: 0.1em;
	margin: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	letter-spacing: .1em;
	margin: 10px;
}
p,li,td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 10px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 10px;
}
a:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #660000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #660000;
	text-decoration: none;
	background-color: #FFFF99;
}
a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #660000;
	text-decoration: none;
	background-color: #FFFF99;
}
table {
	padding: 0px;
	background-color: #FFFFFF;
	border: thin solid #336667;
}
.leftborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.footer {
	font-size: 75%;
	color: #336667;
}

