body
{
	margin: 0em;

	background: #003963;
	color: white;

	font-family: sans-serif;
	font-size: 11pt;
}

a
{
	color: #ff7624;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	padding: 0.9em 1em 0.6em 1em;
	margin: 0em 0em 1em 0em;

	background: url(./banner-bg.gif) #e0e0f0;
	color: black;

	border-bottom: 1px solid black;

	font-size: 1.5em;
}

h1 em
{
	color: #ffffff;
}

ul.dc-index
{
	margin: 0em;
	padding: 0em;

	list-style-type: none;
}

ul.dc-index li.dc-index
{
	padding: 1em 3em 1.5em 3em;
}

ul.dc-index li.even
{
	background: #26597F;
}

ul.dc-index li.dc-index + li
{
	padding-top: 1em;

	border-top: 1px solid white;
}

ul.dc-index h2
{
	margin: 0em 0em 0.5em 0em;

	font-size: 1.3em;
}

ul.dc-index h2.subtitle
{
	margin: -0.5em 0em 0.5em 0em;

	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
}

ul.dc-index h3
{
	margin: -0.3em 0em 0.8em 0em;

	font-weight: normal;
	font-size: 0.75em;
}

ul.dc-index div.details
{
	font-size: 0.9em;
}

ul.dc-index div.details h4
{
	margin: 0.5em 0em;

	font-size: 1em;
	font-weight: bold;
}

ul.dc-index div.preview
{
	font-size: 0.9em;
}

ul.dc-index div.links
{
	margin-top: 0.5em;

	font-size: 0.9em;
}

ul.dc-index span.download-prompt
{
	color: #aaaaaa;
}

div.footer
{
	margin: 2em 0em;

	font-size: 0.8em;

	text-align: center;
}




.reports
{
}

.reports table
{
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 11px;
}

.reports table thead th
{
	border-bottom: 1px solid white;
}

.reports table td
{
	padding: 2px 1em;
}

.reports table td.numeric
{
	text-align: right;
}

.reports .links
{
	text-align: center;
}

