	.main, A#main, A#main:hover, A#mainOn, A#mainOn:hover
{ 
	font-family: 'MS Sans Serif',Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
	background: white; margin-top:5px;
 }

	.main:hover, A#main:hover
{
	color: #85BEDA;
}
	A#mainOn, A#mainOn:hover
{
	color: #85BEDA;
}

	.sub, A#sub, A#sub:hover
{
	font-family: 'MS Sans Serif',Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000cc;
	background-color: white;
	text-decoration: none;
	background-image: none;
}
	.sub:hover, A#sub:hover
{
	color: #85BEDA;
}
	.subSpan
{
	color: #005270;
	background-color: white;
}
	.tblBorder
{
	background-color: white;
	color: #330099;
	border-right: orange thin double;
	border-top: orange thin double;
	border-left: orange thin double;
	border-bottom: orange thin double;
}
	.hide
		{
			display: none;
		}

	.show
		{
			display: block;
			position:absolute;
			top: auto;
			left: auto;
		}
