/* CSS Document */
body {
	background-image: url(background2.gif);
}
.over { background-color:#a37807;
		font-family: "Trebuchet MS";
		font-size: 10px;
		color: #FFFFCC}
		
.out  { background-color:#A3072A;
		font-family: "Trebuchet MS";
		font-size: 10px;
		color: #FFFFCC;}
		
.treb11px {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.treb10px {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFCC;
}

.treb11px_spaced {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 1.5;
	}

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