body
{
	background-color: #212121;
	color: #212121;
	width: 550px;
}
body, p, br, nobr, div, span, td, textarea
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #C5C3C3;
}
a
{
	color: #34B3D1;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #538E65;
	text-decoration: underline;
}
h1
{
    FONT-SIZE: 18px;
    COLOR: black
}
h2
{
	font-size: 16px;
	color: black;
}
h3
{
	font-size: 14px;
	color: black;
}

.TopHeader
{
	background-color: #212121;
	color: White;
	height: 0px;
	visibility: hidden;
}

.MiddleHeader
{
	height: 60px;
	background-color: #212121;
	
	background-repeat: no-repeat;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 500px;
	z-index: 9;
	visibility: hidden;
}

.NavigationHeader
{
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	/*border-bottom: #708090 1px solid;*/
	background-color: #212121;
	line-height: 17px;
	height: 30px;
	color: #DEDCDC;
	top: 0px;
	position: absolute;
	z-index: 10;
	border: 0px none #212121;
	left: 0px;
	width: 550px;
}
.ImageCell
{
	background-color: #212121;
	padding: 10;
	margin: 10px;
	position: relative;
	border: 10px solid #212121;
}

