body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: helvetica;
}

.stylex {font-size: 11px; color:#444444;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#box {
	margin-left: auto; margin-right: auto;
	width: 900px;
	height: 100%;
	overflow: auto;
	border: 0px;
	background-color: #000000;
	vertical-align: middle;
	min-height: 100%;
}	
#boxx {
	margin-left: auto; margin-right: auto;
	width: 882px;
	height: 100%;
	overflow:hidden;
	border: 0px;
	background-color: #000000;
	vertical-align: middle;
	text-align:right;
	font-size:11px;
	color:#444444
}	