#container
{
   left: 0px;
	position: absolute;
	height: 585px;
	width: 1000px;
	overflow: hidden;
	background-color: White;
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: Gray;
	border: none;
}

td
{
	font-family: Tahoma;
	font-size: 28px;
	color: White;
	font-weight: bold;
}

table
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: White;
	border: none;
}

.text
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	font-weight: normal;
}

#content
{
	position: absolute;
	left: 0px;
	top: 90px;
	height: 285px;
	width: 1020px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}

#content p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content a:hover
{
	text-decoration: underline;
}

#content .header_left
{
	position: absolute;
	left: 25px;
	top: 0px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
}

#content .header_right
{
	position: absolute;
	right: 50px;
	top: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#content .textBlockLeft
{
	position: absolute;
	left: 25px;
	top: 40px;
	height: 265px;
	width: 300px;	
}

#content .textBlockCenter
{
	position: absolute;
	left: 350px;
	top: 40px;
	height: 265px;
	width: 300px;
	text-align: center;
}

#content .textBlockRight
{
	position: absolute;
	left: 675px;
	top: 40px;
	height: 265px;
	width: 300px;	
}