BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: #404040
}

.normal {
	color: #404040
}

A:link { color: #404040; background-color: white }
A:visited { color: #202090; background-color: white }
A:active { color: #202090; background-color: white }

H1 { color: black; font-size: 170%; text-align: center }
H2 { color: black; font-size: 120% }
H3 { color: black; font-size: 110% }

HR {
	color: #cc3300;
	background-color: #cc3300;
	border: 0px;
	width: 90%;
	height: 2px;
}
HR.main {
	width: 100%;
        height: 9px;
}

TH.vseparated { text-align: left; padding-bottom: 2mm }
TH.hseparated { text-align: left; padding-right: 2mm }
TD.vseparated { padding-bottom: 2mm }
TD.hseparated { padding-right: 2mm }
TD.title {
        text-align: left;
        vertical-align: top;
        padding-left: 20mm;
        width: 100%
}

P.quicklinks { text-align: center; font-size: 90% }
ADDRESS { font-size: 90% }

ul {
	list-style-position: outside;
	list-style-image: url("square.gif");
	vertical-align: middle;
	color: #404040;
}
ul.new {
	list-style-image: url("new.gif");
	color: #404040;
}
li.inner {
	list-style-image: none;
	list-style-type: circle;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	color: #cc3300;
}

IMG { border: 0px }
IMG.right { float: right; padding-left: 5mm; border: 0px }
IMG.email { vertical-align: top; }
BR.rclear { clear: right }