body {
	margin: 0px;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #F9F8F9;
}
body,td,th {
	font-family: Arial, Helectiva, sans-serif;
	font-size: 9pt;
}
h1 {
	margin: 2px;
	font-family: Century Gothic, Arial, Helectiva, sans-serif;
	font-size: 18pt;
}
hr {
	margin: 2px;
	border: 0;
	height: 1px;
	background-color: #C4C4C4;
	color: #000000;
}
a:link,a:visited,a:active {
	color: #D10101;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #D10101;
}

.nav {
	text-align: center;
	color: #D10101;
	font-weight: bold;
}

.list {
	width: 90%;
	border: 1px solid #C4C4C4;
	border-collapse: collapse;
}

.powered {
	font-size: 8pt;
	text-align: right;
	padding-right: 4px;
	color: #C7C7C7;
}