BODY
{
	margin-top: 0px;
	font-size: 10pt;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
}
A:visited
{
	color: purple;
	text-decoration: none;
}
A:active
{
	color: red;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
TABLE
{
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
A:link
{
	color: blue;
	text-decoration: none;
}
SELECT
{
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
td
{
	vertical-align: TOP;
}
.LeftBar
{
	background-color: #b2d5cf;
}
.TopMenuTitle
{
		font-weight: bold;
	color: white;
	background-color: #008080;
}

.LeftBarTitle
{
	font-weight: bold;
	color: white;
	background-color: #29959a;
}
.LeftBarSubTitle
{
	background-color: #b2d5cf;
}
.LeftBarLink
{
	font-size: 9pt;
}
.LeftBarTitleSeparator
{
	height: 1px;
	background-color: azure;
}
.LeftBarSubTitleSeparator
{
	height: 1px;
	background-color: #006699;
}
.Header
{
	background-color: #b2d5cf;
}
.TopMenu
{
	background-color: #b2d5cf;
}
