body {
	background-color: #CCCCCC;
	margin: 15px 5px;
	padding: 0px;
}

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #005200;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

td.menulinkstop a, td.menulinksbot a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

td.menulinkstop a:hover, td.menulinksbot a:hover {
	text-decoration: underline;
}

td.menulinkstop a {
	margin: 0px 10px;
}

td.menulinksbot {
	text-align: right;
}
td.menulinksbot a {
	margin: 0px 10px;
}

ul.spaced li {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.normal li, ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

h1, .h1 {
	font-weight: bold;
	font-size: 18px;
}

h2, .h2 {
	font-weight: bold;
	font-size: 16px;
}

h3, .h3 {
	font-weight: bold;
	font-size: 14px;
}

form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

input.text, textarea {
	border: solid #005200 1px;
	padding: 1px 3px;
}

.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
}

.formfield {
	padding-left: 3px;
}

