table {
	width: 100%;
	margin-top: 1em;
	line-height: 2em;
}


h4 {
	font-style: normal;
	font-weight: bold;
}

hr {
	margin: 1.5em 0;
}

.small { font-size: 0.9em; }
.smaller { font-size: 0.8em; }
.smallest { font-size: 9px; }

.large { font-size: 1.1em; }
.larger { font-size: 1.2em; }
.largest { font-size: 1.3em; }

.zebra { background: #e5e5e5; }

.hide { display: none; }
.show { display: block; }


#content {
	/*float: right;*/
}

#navcontainer ul ul {
	display: none;
}

#navcontainer #current {
	padding-right: 32px;
}

div.scroller {
	width: 100%;
	height: 500px;
	overflow: scroll;
}

.breadcrumb {
	font-size: 0.75em;
}



