body {
	margin: 30px 15px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #F06000;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #FFA000;
}
a:hover {
	color: #FF9900;
}


div,p,td,th {
	text-align: left;
}

h1 {
	font-size: 12pt;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

#base {
	width: 400px;
	margin: 0 auto;
}

#base table {
	width: 100%;
	border-collapse: collapse;
}

#base tr {
	height: 1.8em;
}

#base td {
	border-bottom: 1px dotted gray;
}

#base td.name {
	width: 90%;
	text-align: left;
}

#base td.fee {
	width: 10%;
	white-space: nowrap;
	text-align: right;
}

