﻿body {
	font-family: Arial, Verdana, Helvetica;
	margin: 0;
	background-color: #343434;
	color: White;
}
@media print {
	body {
		background-color: White;
		color: Black;
		font-family: Arial, Verdana, Helvetica;
		font-size: smaller;
		font-weight: bold;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
	}
}
a {
	color: Orange;
	text-decoration: none;
}
a:visited {
	color: Orange;
}
a:hover {
	color: Yellow;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.center {
	text-align: center;
}
div.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.boldFont {
	font-weight: bold;
}
.headerFont {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}
.titleFont {
	font-family: Arial;
	font-style: italic;
	font-size: 250%;
}
.smallFont {
	font-size: 85%;
}
.smallBoldFont {
	font-size: 90%;
	font-weight: bold;
}
.smallerFont {
	font-size: 60%;
}
.smallerBoldFont {
	font-size: 60%;
	font-weight: bold;
}

.box {
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
	border-top: solid 1px LightGray;
	border-bottom: solid 1px LightGray;
}
.blueBox {
	border-left: solid 2px blue;
	border-right: solid 2px blue;
	border-top: solid 2px blue;
	border-bottom: solid 2px blue;
}
.goldBox {
	border-left: solid 2px LightGray;
	border-right: solid 2px LightGray;
	border-top: solid 2px LightGray;
	border-bottom: solid 2px LightGray;
}
.grayBox {
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
	border-top: solid 1px LightGray;
	border-bottom: solid 1px LightGray;
}
.bottomLine {
	border-bottom: solid 1px LightGray;
}
.topLine {
	border-top: solid 1px LightGray;
}
.leftLine {
	border-left: solid 1px LightGray;
}
.rightLine {
	border-right: solid 1px LightGray;
}
.boxedTable {
	border-collapse: collapse;
	margin: 0px;
	border-width: 1px;
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
	border-top: solid 1px LightGray;
	border-bottom: solid 1px LightGray;
}
.boxedTable td, .boxedTable th {
	border: solid 1px LightGray;
}
.boxedTableSmaller {
	border-collapse: collapse;
	margin: 0px;
	border-width: 1px;
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
	border-top: solid 1px LightGray;
	border-bottom: solid 1px LightGray;
}
.boxedTableSmaller td, .boxedTableSmaller th {
	font-size: smaller;
	border: solid 1px LightGray;
}
.boxedTableSmall {
	border-collapse: collapse;
	margin: 0px;
	border-width: 1px;
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
	border-top: solid 1px LightGray;
	border-bottom: solid 1px LightGray;
}
.boxedTableSmall td, .boxedTableXSmall th {
	font-size: small;
	border: solid 1px LightGray;
}
table tr td, table th {
	vertical-align: top;
}
div#footer {
	position: absolute;
	margin: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	border-top: solid 1px LightGray;
}
div#header {
	position: absolute;
	margin: 0px;
	height: 180px;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: solid 1px LightGray;
}
div#main {
	position: absolute;
	margin: 0;
	top: 181px;
	bottom: 31px;
	left: 0;
	right: 0;
	overflow: auto;
}
.floatRight {
	float: right;
}
