<!--
BODY
{
	background-color: #b3b4b5;
	background-repeat: repeat-y;
	background-position: 50% 0px;
	background-image: url(site_media/bg.gif);
	margin: 0px;
}

.bodyText
 { color: #666; font-size: 9pt; font-family: arial, sans-serif; margin: 0px 20px }

.footer
{
	margin: 0px;
	width: 700px;
	height: 35px;
	background-color: #ffffff;
}

.footerText
{
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	margin: 6px 10px 6px 10px;
}

.spacer { height: 8px; }
.DoubleSpace { height: 20px; }

.blueSliver
{
	width: 1px;
	height: 100%;
	background-color: #757d8e;
}
A:link
{
	color: #7e0308;
	font-family: arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration:none
}
A:visited
{
	color: #7e0308;
	font-family: arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration:none
}
A:hover
{
	color: #7e0308;
	font-family: arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration:underline
}
-->