body {
	color: black;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #006633;
	margin-top: 12pt;
	margin-bottom: 3pt;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	margin-top: 18pt;
	margin-bottom: 3pt;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
p {
	margin: 0 0 6pt 0;
}
a {
    text-decoration: none;
	color: #006633;
}
a:visited {
	color: #006633;
}
a:hover{
	color: #006633;
	text-decoration: underline;
}
form {
	margin: 0;
}
th,td {
	/* vertical-align: baseline;*/
	text-align: left;
}
img.preview {
	border: 1px solid black;
}
/* Navigation in top of page (bread crumb) */
.navigation {font-size: 8pt;
	
}
.navigation a {font-size: 8pt;
}
