body {
	background-color: #333333;
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
}
.pxtable {
	background-color: 2a2a2a;
	border: thin solid #202020;
	background-image: url(../images/cell_bg.jpg);
	background-repeat: repeat-x;
}
.title_text {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #006600;
	text-decoration: none;
}
.pxtable_cell {
	background-color: 2a2a2a;
	background-image: url(../images/cell_bg.jpg);
	background-repeat: repeat-x;
}
.links {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
.swaplinks {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 10px;
	color: #009900;
	text-decoration: none;
	letter-spacing: normal;
	width: auto;
	white-space: normal;
}
