﻿body {
	font-family: Arial, Verdana, Helvetica;
	margin: 0; /*background-color: #f2f3ff;*/
	background-color: #202020;
	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;
}
.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 green;
	border-right: solid 2px green;
	border-top: solid 2px green;
	border-bottom: solid 2px green;
}
.grayBox {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
.bottomLine {
	border-bottom: solid 1px LightGray;
}
.topLine {
	border-top: solid 1px LightGray;
}
.leftLine {
	border-left: solid 1px LightGray;
}
.rightLine {
	border-right: solid 1px LightGray;
}
.leftAndRightLine {
	border-left: solid 1px LightGray;
	border-right: solid 1px LightGray;
}
.topAndBottomLine {
	border-top: solid 1px LightGray;
	border-bottom: 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 gray;
}
.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 gray;
}
.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 gray;
}
.header {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.pageTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: xx-large;
	font-style: italic;
	color: Lime;
}
.footer {
	font-size: 60%;
	font-weight: bold;
}


