table.full
{
	width:100%;
}

.lowline {
	border-bottom:1px solid #ffff75;
}



a.subnav {
	display:block;
	width:100%;
/*	height:100%;*/
	font-size:9px;
/*	padding:0px 3px 0 3px;*/
	text-decoration:none;
}

a.active:focus, a.active:focus:hover, a.active:focus:visited,
a.active, a.active:hover, a.active:visited {
	background-color: #FFFF75;
	color:#00CC00;
	padding:2px 2px 0 2px;
	text-decoration:none;
}

a.inactive, a.inactive:visited {
	background-color: #00CC00;
	color: #FFFF75;
	padding:2px 2px 0 2px;
	text-decoration:none;
}

a.inactive:hover {
	background-color: #FFFF75;
	color: #00CC00;
	text-decoration:none;
}
h1
{
	font-family: Verdana;
	font-size:16pt; font-weight:bold; text-align:center;line-height: 1.3em; color: #00CC00;

}
h2
{
	font-family: Verdana;
	font-size:13pt; font-weight:bold; text-align:center;line-height: 1.3em; color: #0000CC;

}