body {
	margin: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 12pt;
	background: Black;
}

div.nav {
	width: 100%;
	position: relative;
	background-image: url(../images/bg_nav.gif);
	height: 77px;
	text-align: center;
	margin-top: 10px;
}

div.pageTitle {
	font-size: 20pt;
	color: #ffcc00;
	width: 100%;
	text-align: center;
}
div.leftSideLinksContainer {
	margin-top: 5px;
	font-size: 12px;
}

div.leftSideLinksSubtitle{
	line-height: 200%;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}

div.leftSideLinks {
	margin-left: 20px;
	line-height: 150%;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu:active, a.menu:link, a.menu:visited {
	color: White;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #ffcc00;
	text-decoration: none;
}

div.newsBlue{
	font-size: 8pt;
	color: #99ccff;
	text-align: left;
	margin-left: 11px;
	margin-top: 5px;
}

a.newsBlue:active, a.newsBlue:link, a.newsBlue:visited {
	color: #99ccff;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a.newsBlue:hover {
	text-decoration: underline;
}

div.newsTitle {
	font-size: 8pt;
	color: White;
	font-weight: bold;
	margin-left: 11px;
	margin-top: 10px;
	text-align: left;
}

a.newsTitle:active, a.newsTitle:link, a.newsTitle:visited {
	color: White;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a.login:active, a.login:link, a.login:visited {
	color: #ffcc00;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a.login:hover {
	text-decoration: underline;
}

table, td {
	border: 0px;
}

a.red:active, a.red:link, a.red:visited {
	color: Maroon;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.red:hover {
	color: Red;
}

table.points {

}

td.points {
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
}

td.pointsTiny {
	font-size: 8pt;
	line-height: 150%;
}

td.pointsSpentTiny {
	font-size: 8pt;
	line-height: 150%;
	color: #FF6347;
}

a.pointsSpentTiny:active, a.pointsSpentTiny:link, a.pointsSpentTiny:visited {
	font-size: 8pt;
	line-height: 150%;
	color: #FF6347;
}

a.pointsSpentTiny:hover {
	text-decoration: underline;
}

td.pointsSpent {
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
	color: #FF6347;
}

td.pointsWhite {
	font-size: 10pt;
	background-color: #F8F8FF;
	font-weight: bold;
	line-height: 150%;
}
td.pointsGray {
	font-size: 10pt;
	background-color: #ECECEC;
	font-weight: bold;
	line-height: 150%;
}

td.pointsTitle {
	font-size: 16pt;
	font-weight: bold;
	color: Maroon;
	text-align: center;
}

td.pointsSubTitle {
	font-size: 10pt;
	font-weight: bold;
	color: Maroon;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}