/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color/image */
body { 
	color: #FFFFEA;
	background-color: #000022; 
	font-family: monospace, helvetica, arial, sans-serif; 
	background-image: url("bigbg.gif");
}
.main-table {
	width: 95%;
}
.main-table td {
	padding: 7px; 
	border: 1px solid red;
	border: 1px solid #220066;
}
.main-table h2 {
	text-align: center;
	padding: 7px; 
	margin: 0px;
}
/* links */
/* unvisited link */
A:link { 
	color: #FF00c0 
}          
/* visited links */
A:visited { 
	color: #FFF0C0 
}       
/* active links */ 
A:active { 
	color: #88FFFF 
}        
A:hover { 
	background-color: #5668f0;
}        

.nav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.nopad	
{
	padding: 0;
	margin: 0;
	vertical-align: top;
	/* border: solid 1px red; */
}

.nav li, .nav ul, .nav ul ul, .nav ul li
{
	list-style-type: none;
	white-space: nowrap;

	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-top: 0.0em;
	margin-bottom: 0.0em;

	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.copy {
	font-size: 75%;
	padding: 25px;
	padding-bottom: 5px;
}

.topPageNavigation {
	text-align: center;
	word-spacing: 1em;
	padding-bottom: 10px;
}

h1, h2, h3, h4 {
	text-align: center;
}
.spacer {
	width: 10px;
	height: 600px;
}
.widthSpacer {
	visibility: hidden;
}
.floatRight {
	float: right;
	clear: right;
}
.floatLeft {
	float: left;
	clear: left;
}
.print {
	display: none;
}
.data {
	background-color: #110022;
	/* background-color: #bb00cc; */
	vertical-align: middle;
	text-align: right;
	border: solid 1px;
}
.data td {
	border: solid 1px;
	padding: 10px;
}
.data thead {
	background-color: #000066;
	/* background-color: red; */
	text-align: center;
}
.data-label {
	text-align: center;
	background-color: #404040;
	/* background-color: #000099; */
}
.text {
	text-align: left;
	/* background-color: #009900; */
}
.header-table {
	/* background-color: #666600; */
	text-align: center;
	vertical-align: middle;
}
.header-table td {
	vertical-align: middle;
	text-align: center;
}

