body
{
	background: #000000;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}
a:link, body_alink
{
	color: #000000;
	text-decoration: underline;
}
a:visited, body_avisited
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, body_ahover
{
	color: #000066;
	text-decoration: none;
}
#wwrapper {
    background-color: #FCFCFC;
    margin:0;
    padding:10;
    margin-left: auto;
    margin-right: auto;
    max-width:1024px;
    width: expression(document.body.clientWidth > 1056 ? "1024px" : "auto");
}