body
{
	background: #000000;
	text-align: center;
	margin: 5 5 5 5;
	font-family: arial, helvetica, verdana;	
	color: #ffffff;
}

table.main
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

td
{
	font-size: 10pt;
}

td.left-top-header
{
	text-align: left;
	vertical-align: top;
	width: 12px;
	background: #333333 url("images/left-top-header.png");
	background-repeat: no-repeat;
	height: 12px;
}

td.center-top-header
{
	background: #333333;
	width: 726px;
	height: 12px;
}

td.right-top-header
{
	text-align: right;
	vertical-align: top;
	width: 12px;
	background: #333333 url("images/right-top-header.png");
	background-repeat: no-repeat;
	height: 12px;
}

td.left-middle-header
{
	height: 64px;
	background: #333333;
}

td.center-middle-header
{
	height: 64px;
	background: #333333;
	font-size: 14pt;
}

td.right-middle-header
{
	height: 64px;
	background: #333333;
}

td.left-bottom-header
{
	text-align: left;
	vertical-align: bottom;
	width: 12px;
	background: #333333 url("images/left-bottom-header.png");
	background-repeat: no-repeat;
	height: 12px;
}

td.center-bottom-header
{
	background: #333333;
	width: 676px;
	height: 12px;
}

td.right-bottom-header
{
	text-align: right;
	vertical-align: bottom;
	width: 12px;
	background: #333333 url("images/right-bottom-header.png");
	background-repeat: no-repeat;
	height: 12px;
}

td.left-top-body
{
	text-align: left;
	vertical-align: top;
	width: 12px;
	background: #222222 url("images/left-top-body.png");
	background-repeat: no-repeat;
	height: 12px;
}

td.center-top-body
{
	background: #222222;
	width: 676px;
	height: 12px;
	border-left: 1px solid #000000;
}

td.right-top-body
{
	text-align: right;
	vertical-align: top;
	width: 100px;
	background: #222222 url("images/right-top-body.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 12px;
}

td.left-middle-body
{
	height: 64px;
	background: #222222;
	vertical-align: top;
	padding-left: 12px;
}

td.center-middle-body
{
	height: 389px;
	background: #222222;
	border-left: 1px solid #000000;
	vertical-align: top;
	padding-left: 12px;
}

td.right-middle-body
{
	height: 64px;
	background: #222222;
}

td.left-bottom-body
{
	text-align: left;
	vertical-align: bottom;
	width: 100px;
	background: #222222 url("images/left-bottom-body.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 12px;
}

td.center-bottom-body
{
	background: #222222;
	height: 12px;
	border-left: 1px solid #000000;
}

td.right-bottom-body
{
	text-align: right;
	vertical-align: bottom;
	width: 12px;
	background: #222222 url("images/right-bottom-body.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 12px;
}

span.white
{
	color: #ffffff;
}

span.gold
{
	color: #ffcc00;
}

a:link{    font-size: 9pt;    color: #ffcc00;    text-decoration: none;}a:active{    font-size: 9pt;    color: #ffcc00;    text-decoration: none;}a:visited{    font-size: 9pt;    color: #ffcc00;    text-decoration: none;}a:hover{    font-size: 9pt;    color: #ffffff;    text-decoration: none;}

div.centered
{
	text-align: center;
}
