﻿#rightside, #menu, #tools, #sidebar .links, #tools, #logo A {display: none;}

H1, H2, H3, H4, H5, H6, body { color: black; }

A { color: black; text-decoration: none; border-bottom: 1px solid lightgrey; }

BODY { margin: 0 0 0 5%; background: white; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: black;
}
#header, #footer {
	font: 9pt Arial, Helvetica, sans-serif;
}
#header P.date SPAN {
	margin: 0 .3em;
}
H1, H2, H3, H4, H5, H6 {
	color: black;
	font-weight: bold;
}
H1 {
	margin: 0;
	font-size: 16pt;
}
H2 {
	margin: 1em 0 0 0;
	font-size: 12pt;
}
H3, H4, H5, H6 {
	margin: 1em 0 .5em 0;
	font-size: 11pt;
}
UL {
	margin: 1em 0 0 2em;
	padding: 0;
	list-style-type: disc;
}
OL {
	margin: 1em 0 0 3em;
	padding: 0;
}
ADDRESS {
	margin: 1em 0 0 0;
	font-style: normal;
	line-height: normal;
}
TH,
TD {
	line-height: 1.25em;
}

#logo, #logo-big {
	display: list-item;
	list-style-image: url(logo.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
.clear { overflow: visible !important; }