
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%;
	hieght: 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;
	}


