.PageBackground
{
	background-color: #000033;
}

.BannerBackground
{
	background-color: Black;
}

.Table
{
	
	height:100%;
	vertical-align: top;
	padding: 0 0 0 0;
}

.Border-Top
{
	border-top: solid 1px silver;	
}

.Border-Left
{
	border-left: solid 1px silver;	
}

.Border-Right
{
	border-right: solid 1px silver;	
}

.Border-Bottom
{
	border-bottom: solid 1px silver;	
}

.DefaultText
{
	font-size: x-small;
	color: #cfcfcf;
	font-family: Verdana;
	text-decoration: none;
}

.DefaultSmallText
{
	font-size: xx-small;
	color: #cfcfcf;
	font-family: Verdana;
	text-decoration: none;
}

.DefaultDarkText
{
	font-size: x-small;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
}

.HighLightText
{
	font-size: x-small;
	color: gold;
	font-family: Verdana;
	text-decoration: none;
}

.DefaultHeader
{
	font-size: large;
	color: White;
	font-family: Verdana;
	text-decoration: none;
}

.NavigationHeaderText
{
	font-weight: bolder;
	font-size: x-small;
	color: white;
	font-family: Verdana;
	background-color: #1d2151;
	text-decoration: none;
}
A:link
{
	color: #737294;
	text-decoration: none;
}
A:visited
{
	color: #737294;
	text-decoration: none;
}
A:active
{
	color: #737294;
	text-decoration: none;
}
A:hover
{
	font-weight: bolder;
	font-style: italic;
	color: silver;
}
