body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #be0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #be0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #be0000;
}


h1 {
	font-size: 16px;
	color: #FFFFFF;
}
	
	

.red {
color:#be0000;
}

.BIGred {
color:#be0000;
font-size:12px;
font-weight:bold;
}

.grey {
color:#666666;
}

.BIGgrey {
color:#666666;
font-size:18px;
font-weight:bold;
}