body {
	background: #FFFFFF url('images/back.jpg') no-repeat fixed top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	scrollbar-base-color: #C0C0C0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #802020;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #808080;
}

H1 {
    color: #000000;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

H2 {
    color: #000000;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

H3 {
    color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

H4 {
    color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

TH {
    color: #000000;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

TD {
   	font-size: 10pt;
}

A:link, A:visited, A:active {
	color: #802020;
	text-decoration: none;
}

A:link.noshow, A:visited.noshow, A:active.noshow {
	color: #000000;
	text-decoration: none;
}

A:hover, A:hover.noshow {
	color: #802020;
	text-decoration: underline;
}

A:link.blind, A:visited.blind, A:active.blind, A:hover.blind {
	color: #000000;
	text-decoration: none;
}

A:link.marquee, A:visited.marquee, A:active.marquee, A:hover.marquee {
	color: #802020;
	text-decoration: none;
}

