html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

td, th {
	font-size: 13px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

a:link, a:visited {
	color: #000000; text-decoration: underline;
}

a:hover, a:active {
	color: #000000; text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a.navigation:link, a.navigation:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:hover, a.navigation:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.tableData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tableMajorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.reducedBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.lineL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #313431;
}
.lineR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313431;
}
.lineB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313431;
}
.lineBT {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #313431;
	border-bottom-color: #313431;
}
.lineBTL {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #313431;
	border-bottom-color: #313431;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #313431;
}
.lineBTR {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #313431;
	border-bottom-color: #313431;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313431;
}
.lineBTLR {
	border: 1px solid #313431;
}
.lineT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313431;
}
.lineLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.flasher {
	text-decoration: blink;
}
#signupform {
	margin: 0px;
	padding: 0px;
}
#signup {
	padding-top: 25px;
	padding-right: 10px;
}
.boxPad {
	padding: 4px;
}
.blockWithoutPad {
	margin: 0px;
}
.whiteBox {
	background-color: #FFFFFF;
}
.whiteBoxPad {
	background-color: #FFFFFF;
	padding: 5px;
}
.textRed {
	color: #FF0000;
}
.textWhite {
	color: #FFFFFF;
}
a.textWhite:link, a.textWhite:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.textWhite:hover, a.textWhite:active {
	color: #CCCCCC;
	text-decoration: none;
}
#loggedin {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #443A38;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
