body {
    margin: 0;
    padding: 0;
	color: #ffffff;
    background-color: #0093dd;
    font-family: Helvetica, Tahoma;
}
h1, h2, h3, h4 {
    font-family: Helvetica, Tahoma; 
	color: #ffffff;
}
h1 {
    font-size: 12pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
p {
	font-size: 10pt;
	text-indent: 50px;
	line-height: 175%;
    margin-top: 5px;
}
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #00ffff;
	text-decoration: none;
}
a:hover {
    color: #0000ff;
    text-decoration: none;
}
/* -- document sections -- */
#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0093dd;
}
#contentwrapper {
}
#content {
    width: 900px;
    background-color: #0093dd;
}
#validate {
	clear: both;
	width: 240px;
	height: 40px;
	float: right;
}
#header {
    border: 0px;
    width: 900px;
    height: 160px;
}
#bottom {
	background-image: url(images\footer.png);
	background-repeat: repeat-x;
    clear: both;
    font-size: 8pt;
    color: #ffffff;
	padding-top: 0px;
}
#bottom a:link, #bottom a:visited {
    color: white;
    text-decoration: none;
    padding-right: 0px;
}
#bottom a:hover {
    color: #0000ff;
}
.copyright {
	font-size:8pt;
}
.border_thin {
	border: 1px solid #ffffff;
}
.banner {
	font-size:8pt;
}
