
* { margin: 0; padding: 0; }

body, td
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color:#000;
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #2D5A97; }
a:active { text-decoration: none; color: #333333; }

h1, h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
	color: #4D76AE;
}

h1
{
	font-size: 20px;
}

p
{
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #fff;
}





#TopBar
{
	position: absolute;
	padding: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-top: 0px solid #bbb;
	border-right: 0px solid #777;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #bbb;
}
#Middle
{
	position: absolute;
	padding: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	top: 21px;
	border-top: 0px solid #bbb;
	border-right: 0px solid #777;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #bbb;
}
#BottomBar
{
	position: absolute;
	padding: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	top: 222px;
	border-top: 0px solid #bbb;
	border-right: 0px solid #777;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #bbb;
}



