.mainBody
{
    border-top: thin solid #000000;
    border-right: thin none #000000;
    border-bottom: thin none #000000;
    border-left: thin none #000000;
    background-color: black;
}
.Footertext
{
	font-size: x-small;
	color: #FFFFFF;
}
.smallwhitetext
{
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.verysmallblacktext
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-style: normal;
	background-color: #dcdcdc;
}
.verysmallblacktext2
{
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	font-style: normal;
	background-color: white;
}

.smallblacktext
{
	font-size: x-small;
	font-style: normal;
	color: #000000;
}
.smallblacktextb
{
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.notsosmallblacktext
{
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a.menu:visited
{
	color: White;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link
{
	color: White;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover
{
	font-size: small;
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

a.menu:active
{
	font-size: small;
	font-weight: bold;
	color: #ffd700;
	text-decoration: none;
}
a:visited
{
	color: Black;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: Black;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-size: small;
	color: Black;
	font-weight: bold;
	background: white;
	text-decoration: none;
}

a:active
{
	font-size: small;
	font-weight: bold;
	color: #ffd700;
	text-decoration: none;
}
.SubTitle
{
	font-weight: bold;
	font-size: Small;
	color: Black;
}

.SubTitlePostback
{
    font-weight: bold;
    font-size: 70%;
    color: navy;
}

.oops
{
	font-size: x-small;
	color: black;
	font-style: italic;
}

.LeftPanelsPanels
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	border-bottom: dimgray 2px solid;
	background-color: white;
	width: 99%
}
body
{
    background: black;
    
}
