@charset "utf-8";

/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.table
{
	filter: alpha (opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding: 10px;
	border: 15px solid #553A27;
	margin: 0px;
	width: 750px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: scroll;
	height: 500px;
}

td.off {

}

td.on {
	background: #F5D3B0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #553A27;
}
a:visited {
	text-decoration: none;
	color: #553A27;
}
a:hover {
	text-decoration: underline;
	color: #553A27;
}
a:active {
	text-decoration: none;
	color: #553A27;
}

.Heading1 {
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	color: #553A27;
	font-family: Arial, Helvetica, sans-serif;
}
.tableIndex {
	border: 15px solid #553A27;
	margin: 0px;
	width: 750px;
	float: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: 500px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
