BODY { 
	color: black; 
	background-color: white; 
	font-family: \"lucida console\", \"lucida sans console\", courier;
	font-size: 10pt;
	padding: 0px; 
	margin: 0px;
	border-style: none;
}
TR { font-family: inherit; font-size: inherit;}
TD { font-family: inherit; font-size: inherit; padding-left: 15px; min-width: 157; }
TH { font-family: inherit; font-size: inherit; text-align: left; padding-left: 15px; }
IMG { border-style: none }
P { text-indent: inherit; text-align: inherit; font-family: inherit;}
H1 { font-size: 18pt }
H2 { font-size: 16pt }
H3 { font-size: 14pt }

DIV.indented { text-indent: 1em; }
span.intro { text-transform: uppercase }
P.intro:first-letter { 
	font-size: 180%; 
	float: left; 
	clear: left; 
	font-weight: bold; 
	vertical-align: text-top
}
P.intro:first-line { vertical-align: text-top }
TD.leftpanel { background-color: #ccf; }
A:HOVER { text-decoration: none; color: red; }
A.clean { text-decoration: none; color: darkblue; }
A.clean:hover { text-decoration: underline; color: darkred; }

.medium { font-size: 12pt; }
.small { font-size: 10pt; }
.little { font-size: 9pt; }
.tiny { font-size: 8pt; }
.half { font-size: 6pt; }
.IMP { font-family: inherit; font-size: 14pt; color: #300; }
.gr1bg { background-color: #999; color: black; }
.gr2bg { background-color: #ccc; color: black; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.left { text-align: left; }
.right { text-align: right; }
.noborder { border-style: none; }
.nospace { padding: 0em; margin: 0em; }
.smallspace { padding: 5px; margin: 5px; }
.smallpad { padding: 5px; margin: 0px; }
.padright { margin: 0px  5px 0px 0px; padding: 0em; }
.fullwidth { width: 100%; }
.mostwidth { width: 95%; }
.thirdwidth { width: 33%; }
.top { vertical-align: top; }
.over1 { padding-left: 1em; }
.over2 { padding-left: 2em; }
.monospaced { font-family: monotype, monospace, monospaced, fixed, courier; }
.floatleft { clear: left; float: left }
