body {
	margin: 0px;
}

p {
	margin-top:6px;
	margin-bottom: 6px;
}

table.holder { width: 100%; border-collapse: collapse; border-width: 0px; }

td.shade
{
	width: 100%;
	margin: 0px;
	padding: 10px;
	color: #808183;
	background-color: #424347;
	font-family: arial;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	font-weight:bold;
	border-width: 0px;
	text-transform: uppercase;
}

td.title {
	background-color:#808183;
	background-image: url(title.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
	max-height: 60px;
	padding: 0px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

td.content {
	background-color: white;
	height: 300px;
	min-height: 300px;
	vertical-align: top;
}
table.sections  {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 30px;
}

th.sections {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

td.section {
	width: 25%;
	padding: 10px;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	border: solid 1px orange;
	vertical-align: top;
	text-align: justify;
    margin: 5px;
}

p.intro {
	font-weight: bold;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a.header {color: #808183; text-decoration: none; }

a.shade {color: #808183; text-decoration: none; }
a.shade:visited {color: #808183; text-decoration: none;}
a.shade:hover {color: #808183; text-decoration: underline;}
