/* Header Stuff */
.HeaderBackground
{
	background-color: SteelBlue;
}

.HeaderTitleRight
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: White;
	background-color: SteelBlue;
	text-decoration: none;
}

.HeaderLink, .HeaderLink:hover, .HeaderInformation
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: xx-small;
	color: White;
	background-color: SteelBlue;
	text-decoration: none;
}

.HeaderLink:hover
{
	text-decoration: underline;
}

.HeaderPanel
{
	border-color: black;
	border-style: solid;
	border-top: 0 px;
	border-left: thin 0 px;
	border-bottom: 0 px;
	border-right: 0 px;
}
/* Header Stuff */

/* Menu Stuff */
.xMain, A#xMain,	A#xMain:hover
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: normal;
	color: White;
	background-color: SteelBlue;
	text-decoration: none;
}
.xMain:hover, A#xMain:hover
{
	font-weight: normal;
	color: White;
	text-decoration: underline;
}
.xMainSpan
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: normal;
	color: #FFF799;
	background-color: SteelBlue;
}	
/* Menu Stuff */