html, body {
	height: 100%;
}
body {
	margin:0;
	background:WHITE;
	font: normal 10pt FUTURA;
	line-height:150%;
	color:BLACK;
}
#menu a {
	color:BLACK;
	text-decoration:none;
	padding:5px 10px;
	margin:0 5px;
	border-bottom:2px solid #87F717;
}
#menu a:link, a:visited {
	background:WHITE;
}
#menu a:hover {
	background:url(images/menuon.html) repeat-x bottom #CCFB5D;
}
#menu .on {
	border-bottom:2px solid #87F717;
}
img {
	border:0;
}
h1 {
	font:normal 16pt FUTURA;
	color:BLACK;
	margin:0;
}
h2 {
	font:normal 18pt FUTURA;
	color:BLACK;
	margin:0;
}
h3 {
	font:normal 12pt FUTURA;
	color:BLACK;
	margin:0;
}
.prop {
	height:400px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
#leftnav a {
	display:block;
	padding:3px;
	margin:1px 0;
	text-align:left;
}
#leftnav a:link, a:visited {
	background:WHITE;
	color:BLACK;
	text-decoration:none;
}
#leftnav a:hover {
	background:WHITE;
	color:BLACK;
	text-decoration:none;
}
#leftnav a.sel:link, a.sel:visited {
	background:WHITE;
	color:BLACK;
	text-decoration:none;
	font-weight:bold;
}
#leftnav a.sel:hover {
	background:WHITE;
	color:BLACK;
	text-decoration:none;
	font-weight:bold;
}
#contentl {
	float:left; width:150px; border:2px dashed #87F717;
}
#contentl div {
	margin:5px;
}
#content {
	float:right; width:630px; border:2px dashed #87F717;
}
#content div {
	margin:5px;
}
h4 {
	font:normal 16pt FUTURA;
	color:BLACK;
	margin:0;
}
h5 {
	font:normal 11pt FUTURA;
	color:BLACK;
	margin:0;
}
.tab {
	float:left;
	padding:2px 4px;
	margin-right:4px;
	border:1px solid #999;
	border-bottom:none;
	color:BLACK;
}
a.tab {
	text-decoration:none;
}
.buttontable td {
	text-align:center;
	font-size:11px;
}