﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

a, a:visited
{
	color: #000000;
}

ul
{
	list-style: none;
}

h2
{
	color: #000000;
	font-size: 1em;
}

.subtitle
{
	padding: 10px 0 0 0;
}

#nav, #header, #submenu, .button, hr, img
{
	display: none;
}

#wrapper, #content
{
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
}

#banner
{
	border: solid 2px #000000;
	height: 100px;
	display: block;
}

#footer
{
	font-size: 0.5em;
}

#container div
{
	display: block;
}

#section
{
	font-size: 14pt;
	font-weight: bold;
}

#breadcrumbs span
{
	font-size: 10pt;
	font-weight: bold;
}

.track, .parent, .child
{
	display: block;
}

.track .parent .status
{
	display: none;
	margin: 0;
	padding: 0;
}

.summary ul, .summary li
{
	float: none;
	padding: 0;
	margin: 0;
}

.history td
{
	padding: 0 20px 0 0;
	font-size: 0.8em;
}

tr .header
{
	text-decoration: underline;
}

.hr
{
	color: #000000;
	background: #FFFFFF;
	border-bottom: solid 2px #000000;
	height: 2px;
	margin: 5px 0 5px 0;
}