* {
	margin: 8px;
	padding: 0px;
}

body {
	padding: 25px 0px 0px;
	background-color: #98a664;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #526052;
	background-color: inherit;
}

img {
	border: none;
}

table {
	width: 800px;
}

td {
	padding: 5px 5px 0px;
	vertical-align: top;
	font-size: 11px;
}

.iline {
	white-space: nowrap;
	font-weight: bold;
}