BODY { 
	margin: 0 0 0 0;
	background-color: white;
	font-family: arial, Sans-serif;
}

table.bodytable {
	background-color: white;
}

table.headtable {
	background-color: #73C2F8;
}

table.navtable {
	background-color: #090B0E;
}

A.navbar:link { color: #E2D3B6; text-decoration: none; }
A.navbar:visited { color: #E2D3B6; text-decoration: none; }
A.navbar:hover { color: #E2FDA7; text-decoration: underline; }


P, TD, TH, DIV {
	font-family: arial, Sans-serif;
	font-size: 10pt;
}

TH {
	color: white;
}

.copyright {
	font-size: 7pt;
}

h1, .HD1 {
	font-size: 18pt;
	color: black;
}

h2, .HD2 {
	font-size: 14pt;
	color: black;
}

h3, .HD3 {
	font-size: 12pt;
	color: black;
}

A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.attention {
	font-size: 12pt;
	color: #DB1D38;
}

table.contacttable {
	background-color: #E2D3B6;
}
.redlink { color: red; }

A.redlink:link { color: red; text-decoration: underline; }
A.redlink:visited { color: red; text-decoration: underline; }
A.redlink:hover { color: blue; text-decoration: underline; }

