body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    margin: 0px;
}

p {
}

h1 {
    text-align: right;
    font-size: 18px;
    padding: 10px 25px;
    margin: 0px;
    color: #FFFFFF;
    vertical-align: middle;
}

h2 {
    font-size: 130%;
    padding: 1px 0px;
    color: #666;
    background-color: #f1f1f1;
    border-top: 1px solid #195195;
    border-bottom: 1px solid #195195;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 5px;
    padding: 0px;
    color: #999;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

#container {
	margin: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

#header img {
	margin: 10px;
}

#footer {
	text-align: center;
	background: #025b8a;
	width:100%;
	color: #fff;
	font-size: 8pt;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #fff;
}

.redtext {
	FONT-WEIGHT: 900;
	FONT-SIZE: 10px;
	COLOR: red;
	FONT-FAMILY: Verdana, Arial, 'Arial Black'
}

.whitetext {
	FONT-WEIGHT: 900;
	FONT-SIZE: 10px;
	COLOR: white;
	FONT-FAMILY: Verdana, Arial, 'Arial Black'
}

.blacktext {
	FONT-WEIGHT: 900;
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, 'Arial Black'
}

.normal {
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 12px;
	COLOR: black
}

.clsStdFont {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: black
}

.clsStdLabelFont {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: black
}

