﻿a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:93px; 
	height:25px; 
	background:#f18731; 
	border:1px solid #96d9f4; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	color:#000000; 
	line-height:25px; 
	overflow:hidden;
	float:left;
}

a.nav:hover {
	color:#000000; 
	background:#96d9f4;
}

#menu {
	position:absolute;
	z-index:600;
	height: 27px;
	overflow:visible;
}

h1 {
	color:#000000;
}

.bold {
	font-weight:bold;
}

ul#memlist {
	list-style-type:disc;
	color: #00bcec;
}

#memlist li span { 
	color: #000000;
}

.lli {
	color:#ef6e06;
	font-weight:bold;
}

p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

