#header
{
	position:relative;
	width:940px;
	height:216px;
	z-index:50;
	background-image:url(images/tab-top-bg.png);
	background-position:center bottom;
	background-repeat: no-repeat;
	font-family: verdana, arial, "sans serif";
}

#headerBottom
{
	position:relative;
	background-image:url(images/tab-top-tile.png);
	background-position:center bottom;
	background-repeat: repeat-y;
}

#header td
{
	font-family: verdana, arial, "sans serif";
	font-size:10pt;
}

#footer
{
	background-color:#CCCCCC;
}

#ContentTD
{
	font-family: arial, sans serif;
	font-size: 11pt;
	background-image:url(images/content-bg.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
	background-color:#D7D7D7;
	color:#000000;
}

#ContentDiv
{
	width:940px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:left;
	position:relative;
}

#ContentPanel
{
	position:relative;
	padding-left:60px;
	padding-right:60px;
}

#ContentPanel td
{
	font-family: arial, sans serif;
	font-size: 11pt;
	color:#000000;
}