html, body, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	margin-left: 10px;
}


#alert {
	font-style: italic;
	color: #081F5A;
	font-weight:bold;
    line-height: 20px;
}

#alert  a {
	color: #081F5A;
}

#alert  a:hover {
	color: #FF9900;
}

h1{
	font-size: medium;
	font-weight:bold;
	color:#FF9900;
	padding: 0px;
	letter-spacing: .1em;
	line-height: 20px;
}

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:#0FF;
	letter-spacing: .1em;
}

h4{
	font-size: small;
	color:#FF9900;
	line-height: 18px;
	margin-bottom: 5px;
}

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;
}

.caption {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 12px;

}

.highlight {
	font-style: italic;
	color: #C00;
}



#textbody {
	background-color: #071C52;
}

#footer {
	color: #071C52;
	line-height: 15px;
	font-size: x-small;
}

#footer  a {
	color: #071C52;
}

