.plaintext, .boldtext, .titletext, .minilink, .errortext, .plainlink, .utitle, .smalltext
	{font-family:verdana,arial,helvetica;font-size:10pt;text-decoration:none}
.boldtext {font-weight:bold}
.titletext {font-size:12pt; font-weight:bold}
.errortext {font-weight:bold;color:#CC0000}
.utitle {font-weight:bold;text-decoration:underline}
.smalltext {font-size:7pt}

.minilink {font-size:8pt;color:#000088}
.plainlink {color:#008800}
.minilink:hover, .plainlink:hover {text-decoration:underline}

body {
	margin: 0px 0px 0px 0px;
}/* body */

table {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}/* table */

td {
	padding: 0px 0px 0px 0px;
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
}/* td */

a {
	color:#008800;
	text-decoration: none;
}/* a */

a:hover {
	text-decoration: underline;
}/* a:hover */

.header {
	font-weight: bold;
	text-decoration: underline;
}/* header */

.subheader {
	font-weight: bold;
}/* header */

.menu-banner {
	background-color: #FFFFAA;
	border: solid 1px black;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}/* menu-banner */

.page-table {
	width: 100%;
	height: 100%;
}/* page-table */