body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
td {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FFFFCC}
a {
	color: #CCCC00;
	font-weight: bold;
	text-decoration: none;
}
.ncell {
	padding-right: 5px;
	text-align: justify;
}
.dcell {
	padding-right: 5px;
}
.xcell {
	padding-right: 5px;
}
.headercell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
	height: 35px;
	width: 480px;
	padding-right: 5px;
	vertical-align: bottom;
	background-color: #000000
}
.xbg {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(images/xbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.imgfloater {
	float: right;
	clear: left;
	margin-left: 10px;
}