body {
	margin: 0px;
	padding: 0px;
	background-color: #001725;
}
.LoginBox {
	font-family: Arial;
	font-size: 8px;
	color:white;
}
.LoginBox INPUT {
	font-size: 10px;
	height: 18px;
	border: solid 1px #5ba7c5;
}
.FooterText 
{
    color: White;
    font-family: Arial;
    font-size: 10px;
}
.FooterText A 
{
    color: White;
    text-decoration: none;
}
.FooterText A:Hover 
{
    color: #588292;
}

.black12 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.SectionHeader {
	font-size: 16px;
	color: #0488b9;
	font-weight: bold;
}
.DateHeading {
	font-size: 14px;
	color: #AEAEAE;
}

INPUT {
	border: solid 1px #0488b9;
	width: 98%;
}
TEXTAREA {
	border: solid 1px #0488b9;
	width: 98%;
}
.LinkButton {
	border: none;
	background-color: #ffffff;
	color: #0488b9;
	text-decoration: underline;
}

.BlueLink {
	color: #0488b9;
}
