body 
{
	background-color: transparent; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: normal; 
	color: gold; 
	margin: 10px; 
	text-align: center;
}
.Content
{
	background-color: #ffffff;
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: normal;
	color: #000000;
	margin: 5px;
	padding: 10px;
	padding-top: 2px;
	text-align: left;
	text-indent: 0px;
	border: solid 2px goldenrod;
}
.HeaderLabel
{
	height: 25px;
	line-height: 21px;
	background-color: gold;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	border: solid 1px goldenrod;
	text-align: center;
	margin: 5px;
}
#lblSearchDescription
{
	display: none;
}
#lblSearchKeywords
{
	display: none;
}
table.page
{
	height: 100%; 
	width: 900px; 
	background-color: #000000; 
	border: goldenrod 1px solid;
	/* filter: progid:DXImageTransform.Microsoft.Glow(Color=goldenrod,Strength=5); */
}
td 
{
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	color: black;
}
td.top 
{
	background-color: #444444; 
	border-bottom: solid 1px #666666; 
	height: 10px; 
	line-height: 10px
}
td.logo 
{
	height: 145px; 
	width: 200px; 
	text-align: center; 
	border-bottom: solid 1px #666666
}
td.banner 
{
	width: 700px; 
	border-bottom: solid 1px #666666
}
td.textlogo 
{
	text-align: center; 
	vertical-align: middle;
	height: 120px
}
td.logolinks 
{
	border-top: solid 1px #666666; 
	border-left: solid 1px #666666; 
	height: 25px; 
	line-height: 23px;
	background-color: #444444;
	text-align: center;
}
a.logolinks 
{
	text-decoration: none; 
	font-weight: bold; 
	color: gold; 
	height: 100%;
	width: 100%;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}
a.logolinks:hover 
{
	background-color: #666666;
}
td.sitemenu 
{
	width: 200px; 
	height: 100%; 
	vertical-align:top; 
	background-color: #222222;
}
td.menuheader 
{
	background-color: gold; 
	font-weight: bold; 
	text-align: center; 
	color: black; 
	line-height: 25px; 
	height: 25px; 
	border-bottom: solid 1px #666666;
}
td.menuitem
{
	background-color: #444444; 
	border-bottom: solid 1px #666666;
	height: 25px;
	text-align: left;
	vertical-align: middle;
}
a.menuitem 
{
	width: 100%; 
	line-height: 25px; 
	font-weight: bold; 
	color: gold; 
	text-decoration: none; 
	padding-left: 10px;
}
a.menuitem:hover 
{
	background-color: #666666;
}
td.container 
{
	border-left: solid 1px #666666; 
	text-align: center; 
	vertical-align: top; 
}
td.footer 
{
	border-top: double 3px #666666; 
	background-color: #444444; 
	font-weight: bold; 
	text-align: left;
	padding-left: 25px; 
	line-height: 16px;
	color: gold;
}
.regular
{
	color: gold;
	font-weight: normal;
}
input
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
input.button
{
	font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
	cursor: hand;
}
select
{
	font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
	cursor: hand;
}
textarea
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}