body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-attachment:fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.greyText {color: #666666}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}

/* -------------------------- */

a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}

/* -------------------------- */

.aFoot:link {
	color: #999999;
	text-decoration: underline;
}
.aFoot:visited {
	color: #999999;
	text-decoration: underline;
}
.aFoot:hover {
	color: #999999;
	text-decoration: none;
}
.aFoot:active {
	color: #999999;
	text-decoration: underline;
}

/* -------------------------- */

.titleText {
	font-size: 16px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.smallText {
	font-size: 11px;
	line-height: 12px;
}