@CHARSET "ISO-8859-1";

td.white {
	background: white url(../images/bars2.png) bottom left no-repeat;
	color: #99182C;
	width: 50%;
	height: 50%;
	overflow: hidden;
}

td.white hr {
	border-color: #99182C;
}

td.red {
	background: #99182C url(../images/bars.png) bottom right no-repeat;
	color: white;	
	width: 50%;
	height: 50%;
	overflow: hidden;
}

td.red hr {
	border-color: white;
}


a.button {
	position: static;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 16px 12px 8px 12px;
	padding: 3px 8px;
	color: white;
	background: #99182C;
	border: 1px outset #99182C;
}

a.button:hover {
	background: white;
	color: #99182C;
}

a.button:active {
	background: white;
	color: #99182C;
	border: 1px inset #99182C;
}

td#menu ul {
	margin: 8px 8px;
}

td#menu li {
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	list-style-type: none;
}

td#menu a {
	display: block;
	font-family: Verdana, sans-serif;
	padding: 2px 8px;
	background: #99182C;
	color: white;
}

td#menu a#current {
	background: white;
	color: #99182C;	
}

td#menu a:hover {
	background: white;
	color: #99182C;
}

ul#menu a:active {
	background: white;
	color: #99182C;
}