body {
	background: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center
}

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


#header {
	text-align: center;
}

#headerlogo {
	float: none !important;
	float: right;
	padding: 8px 0px 0px 8px;
}

#footer {
	clear: both;
	color: #eeeeee;
	font-size: 9px;
	padding: 0px 0 10px 0;
	//text-indent: 185px;
	text-align: center;
}
#footer a {
	color: gold;
	text-decoration: underline;
	
}


h1 {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 20px solid silver;
	color: silver;
	font-size: 115%;
	font-weight: normal;
	margin: 5px 0;
}


h2 {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 20px solid silver;
	color: silver;
	font-size: 105%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0px 0px 0px 5px;
}

table .border
{ 	
	border: solid 1px #C0C0C0;
}

table .bordergold
{ 	
	border: solid 2px gold;
}

/* table - row */
.rowselect tr:hover
{
	color: #1e1e01;
	background: #F1F0F1;
}
