a.memb:active {
	color: #D53B3B;
}
a.memb:link {
	color: #D53B3B;
}
a.memb:visited {
	color: #D53B3B;
}
a.high:active {
	color: #FA14A7;
}
a.high:link {
	color: #Fa14a7;
}
a.high:visited {
	color: #fa14a7;
}
a:active {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
h1 {
	text-align: center;
	color: #948B62;
}
h2 {
	color: #948B62;
}
h3 {
	color: #948B62;
}
body {
	background-color: #BCE194;
	color: #1F1F1F;
	text-align: justify;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#Nav {
	position: absolute;
	top: 0;
	float: left;
	width: 150px;
	height: 100%;
}
#Content {
	position: fixed;
	top: 0;
	left: 150px;
	height: 100%;
	overflow: auto;
}
#Navwf {
	position: absolute;
	top: 0;
	float: left;
	width: 150px;
	height: 85%;
}
#Contentwf {
	position: fixed;
	top: 0;
	left: 150px;
	height: 85%;
	overflow: auto;
}
#Footer {
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 15%;
	clear: both;
	overflow: hidden;
}
.innertube {
	margin: 10px;
}
p.note {
	text-align: center;
	font-size: 8pt;
}
p.forms {
	text-indent: 1.5cm;
	line-height: 1.5cm;
}
p.forms2 {
	line-height: .5cm;
	text-indent: 1.5cm;
}
span.drawn {
	color: #0000FF;
}
span.lost {
	color: #FF0000;
}
span.won {
	color: #28AA28;
}
li.nav {
	font-size: 8pt;
}

