html, body {
	height: 100%;
	margin: 0;
	background-color: #fff;
}

body, td, div, p, li {
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color: #000;
}

ul, ol {
	font-family: Arial,Helvetica;
	font-size: 10pt;
	line-height: 14pt;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

a {
	color: #004a00;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 { color: #777; font-size: 15pt; font-weight: bold; margin: 0; }
h2 { color: #009; font-size: 11.5pt; font-weight: bold; margin: 0; }

a.buttonlink {
	text-decoration: none;
	font-weight: bold;
	color: #002600;
	background-color: #ffff84;
	padding-left: 2px;
	padding-right: 2px
}
a.buttonlink:hover { text-decoration: underline; }

.white { color: #fff; }
.grey { color: #777; }
.darkgrey { color: #999; }
.bold3 { font-size: 12pt; font-weight: bold; }
.greybold4 { color: #777; font-size: 15pt; font-weight: bold; }
.red { color: #c00; }
.redbold { color: #c00; font-weight: bold; }
.darkred { color: #900; }
.small { font-size: 7.5pt; }

.colordark { color: #004a00; }
.colorlight { color: #d7f3d7; }

td.TableHeader { background-color: #004a00; color: #fff; }
td.TableRow { background-color: #d7f3d7; color: #000; }