html, body, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #FFFFFF;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	margin-left: 10px;
}
h1{
	font-size: medium;
	font-weight:bold;
	color:#FF9900;
	padding: 0px;
	letter-spacing: .1em;
}

h2{
	font-size: small;
	font-weight:bold;
	background-color: #283E95;
	line-height: 30px;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: .5em;
}

h3{
	font-size: small;
	color:#D7E2FF;
	letter-spacing: .1em;
}

a:link {
	color: #D7E2FF;
	text-decoration: underline;
}
a:visited {
	color: #D7E2FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #8BBBF7;
}
a:active {
	text-decoration: underline;
	color: #D7E2FF;
}
hr{
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

th {
	background-color: #283E95;
}

#textbody {
	background-color: #071C52;
}

#footer {
	color: #071C52;
	line-height: 15px;
	font-size: x-small;
}

#footer  a {
	color: #071C52;
}
