body {
	color: #fff;
	font-size: 9pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #000;
	margin:1em;
	margin-top:0;
}
h1 { font-weight: bold; font-size: 14pt; text-decoration: underline }
h2 { font-weight: bold; font-size: 13pt }
h3 { font-weight: bold; font-size: 12pt }
h4 { font-weight: bold; font-size: 11pt }
address { font-size: 8pt; text-align: right }
a { color: #ff6 }
td { color: #fff; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, Swiss, SunSans-Regular }
.footnote { font-style: italic; font-size: 8pt; text-align: left }

td.right {
	width:120px;
}

td.left {
	width:130px;
}

td.content {
	padding-right:20px;
}

table {
	width:100%;
}

td.left ul {
	list-style-type: disc;
	margin:0;padding:0;
}

td.left ul li {
	margin:0;padding:0;
	list-style-type: none;
}

td.left ul li a {
	color:#fff;
	text-decoration:none;
	font-size:1.25em;
	font-weight:bold;
}

td.left ul li a:hover {
	color:#f00;
}