body {
	background-image: url("/bg-fade.jpg");
	background-position: 0% 0%;
	background-repeat: repeat-y;
}
body, div, td, p, h2 {
	font-family: Arial,Helvetica,sans-serif;
	color: #ffffff;
}
td {
	vertical-align: top;
}
a {
	color: DDDDFF;
}
a:visited {
	color: CCCCFF;
}
a:active {
	color: ff0000;
}
.emphasized {
	font-weight: bold;
}
.italicized {
	font-style: italic;
}
.underlined {
	text-decoration: underline;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
#content_cell {
	width: 528px;
}
#ads {
	vertical-align: top;
	text-align: center;
	width: 230px;
}
#pageTitle {
	float: right;
	width: 630px;
	height: 116px;
	line-height: 110px;
	vertical-align: middle;
	text-align: center;
}
#pageTitle h2 {
	display: inline;
}
#menuTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
TD.menuCell {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #2f2847;
	color: #d5a7b4;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}
.leftFloat {
	float: left;
	margin-right: 5px;
}
.rightFloat {
	float: right;
	margin-left: 5px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.legalQuote {
	margin-left: 30px;
	font-style: italic;
}

