body
	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background-color: lightslategray;
	color: black;
	}
body, p, table
	{
	font-size: 10pt;
	}
h1, h2, h3, h4, h5, h6
	{
	font-weight: bold;
	color: midnightblue;
	}
h1
	{
	font-size: 18pt;
	}
h2
	{
	font-size: 14pt;
	}
h3
	{
	font-size: 12pt;
	}
h4, h5, h6
	{
	font-size: 10pt;
	}
a
	{
	font-weight: bold;
	}
a:link
	{
	color: darkblue;
	}
a:visited
	{
	color: mediumblue;
	}
a:active, a:hover
	{
	color: blue;
	}
.HomeBar
	{
	font-size: 10pt; 
	font-weight: bold;
	background-color: black;
	color: white;
	}
.HomeBar a
	{
	font-size: 10pt; 
	}
.HomeBar a:link, .HomeBar a:visited
	{
	color: gold;
	text-decoration: none;
	}
.HomeBar a:active, .HomeBar a:hover
	{
	color: white;
	text-decoration: underline;
	}
.ContentBar
	{
	font-size: 10pt; 
	font-weight: bold;
	background-color: dimgray;
	color: white;
	}
.ContentBar a
	{
	font-size: 10pt;
	}
.ContentBar a:link, .ContentBar a:visited
	{
	color: gold;
	text-decoration: none;
	}
.ContentBar a:active, .ContentBar a:hover
	{
	color: white;
	text-decoration: underline;
	}
.HeaderBar
	{
	background-color: white;
	color: dimgray;
	}
.HeaderBar p
	{
	color: dimgray;
	font-size: 16pt;
	}
.FooterBar
	{
	font-size: 10pt;
	font-weight: normal;
	background-color: white;
	color: dimgray;
	}
.BodyCell
	{
	background-color: white;
	padding: 15pt 20pt 15pt 20pt;
	}