/* CSS Document */

html
{
	margin:0px;
	padding:0px;
	height:100%;
	border:0px;
}

body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	height:100%;
	border:0px;
}

table#middleholder
{
	margin:auto;
	height:100%;
	background:#ffffff;
}

table#content
{
	margin:auto;
	width:980px;
	border:0px;
}


table#content tr td
{
	vertical-align:top;
}

td.menu
{
	width:525px;
	height:38px;
}
td.menu img
{
	float:left;
}

img
{
	border:0px;
}

h1
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	margin:5px 0px 0px 0px;
}

p
{
	margin:0px 0px 7px 0px;
	font-size:12px;
	color:#ffffff;
	line-height:14px;
}
