body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	font-size: 12px;
	line-height: 150%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style: outside;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: none;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
	text-decoration: underline;
}

.title{
	font-size: 16px;
	float: left;
	margin-top: 16px;
	white-space: nowrap;
	font-weight:bold;
}

.img {
	text-decoration: none;
	border: 1px #333333 outset;
	color: #000000
}