body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
}

table.page-box {
	width: 100%;
	height: 100%
}

table.page-box td {
	vertical-align: top;
}

table.nav-box {
	width: 100%;
	cursor: hand;
}

table.nav-box td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #efefef;
	font-size: 11px;
	cursor: hand;
	width: 100%;
}

table.nav-box td.active {
	background-color: #fff;
	font-weight: bold;
	cursor: hand;
}

table.nav-box td.zbox {
	text-align: center; 
	border: 0 0 0 0; 
	background-color: white;
}

table.nav-box td.zbox .z {
	font-size: 36px;
}


td {
	font-size: 12px;
}

span.hl {
	color: green;
	font-weight: bold;
}

ul li {
	padding-bottom: 10px;
}


td.content 
{
	padding-top: 20px; 
	border-left: solid 1pt silver; 
	vertical-align: top; 
	padding-left: 5px;
}

h1 
{
	font-size: 16px;
	font-weight: bolder;
}


h2 
{
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	font-size: 12px;
	font-weight: bold;
}
