body {
	background-color: #fff;
	margin: 0px auto 30px 0px;
	font: 85% Verdana, Arial, Sans-serif;
	color: #333;
	}


h1, h2, h3 {
	color: #900;
	}
H1	{
	font-size:	1.75em;
	}
H2	{
	font-size:	1.5em;
	}
H3	{
	font-size:	1.25em;
	}
H4, H5	{
	font-size:	1em;
	}
.chartlabel {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #333;
	padding: normal;
	margin: 0;
	}
.secttitle {
	font: bold 1em Verdana, Arial, Sans-serif;
	line-height: 1em;
	color: #fff;
	}
p.secttitle {
/*	border: solid 1px #900; debug */
	padding: normal;
	margin: 6px;
	}

div#ftr {
	text-align: center;
	}


.heavy {
	font-weight: bold;
	}
.skinny {
	font-weight: normal;
	}
.italic {
	font-style: italic;
	}
.normLineHeight {
	line-height: normal;
	}
.stiff {
	white-space: pre;
	}
.smaller {
	font-size: 85%;
	}

/* link defs */

a, a:visited{
	text-decoration: underline;
	color: #fff;
	}
a:hover {
	text-decoration: underline;
	color: #ff0;
	}

div#ftr a, div#ftr a:visited {
	text-decoration: underline;
	color: #009;
	}
div#ftr a:hover {
	text-decoration: underline;
	color: #c00;
	}

#navLinkSelected {
	font-weight: bold;
	color: #fff;
	}
a.bodyLink{
	text-decoration: underline;
	color: #039;
	}
a.bodyLink:hover {
	text-decoration: underline;
	color: #900;
	}
