/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #848376;
}

.content
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #78786C;
}

.content a:visited, .content a:active, .content a:link {
	color: #586F68;
	text-decoration: none;
}

.content a:visited {
	color: #78786C;
	text-decoration: line-through;
}
.content a:hover {
	color: #54696D;
	background-color: #000000;
}

.points
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #78786C;
	text-align: right;
}

.bigBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a7169;
}

.bigBlue a:visited, .bigBlue a:active, .bigBlue a:link {
	text-decoration: none;
	color: #5a7169;
}

.bigBlue a:hover {
	color: #FFFFFF;
	background-color: #5a7169;
}


.smallBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a7169;
}

.smallBlue a:visited, .smallBlue a:active, .smallBlue a:link {
	text-decoration: none;
	color: #5a7169;
}

.smallBlue a:hover {
	color: #FFFFFF;
	background-color: #5a7169;
}
