body {
	color: #e9e9e9;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;

	margin-top:    3px;
	margin-bottom: 0px;
	margin-left:   0px;
	margin-right:  0px;
}
table {
	color: #e9e9e9;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	table-layout: fixed;
}

.small {
	font-size: 8pt;
}

a {
	color: #e0e0e9;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #ffffff;
}
a.small {
	text-decoration: none;
	font-size: 8pt;
}
img {
	border-color: #ffffff;
}

.tableheader {
	color: #e0e0e9;
	font-size: medium;
	text-align: right;
	text-decoration: none;
	line-height: 150%;
	background-color: #500900;
	background-image: url(/images/table_title_background.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-color: #980000;
	border-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
}
a.tableheader {
	border-top-style: none;
	border-bottom-style: none;
}

.paragraph {
	line-height: 125%;
	text-indent: 0px;
}

