body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.interface {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}
.interface a:link {
	color: #000000;
	text-decoration: none;
	background-color: #E3241A;
	font-weight: bold;

}
.interface a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #E3241A;
	font-weight: bold;
}
.interface a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3241A;
	font-weight: bold;
}
.interface .selected {
	color: #000000;
	text-decoration: none;
	background-color: #E3241A;
	font-weight: bold;
}
.small {
	font-size: 8px;
	color: #E3241A;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.transparant {
    opacity: .65;
    filter: alpha(opacity=65);
}
