﻿body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11px Verdana, Helvetica, sans-serif
}
#htmlBody{
	background-color: #000
}
.Menu{
	color: #fff;
}
table.MenuItem{
	background-color: transparent;
	color: #fff;
	min-height: 20px
}
table.MenuItemHover{
	background-color: #C6C9B6;
	color: #fff;
	min-height: 20px
}
table.DynamicMenuItem{
	background-color: #C6C9B6;
	color: #fff;
	min-height: 20px
}
table.DynamicMenuItemHover{
	background-color: #a6aa8f;
	color: #fff;
	min-height: 20px
}
.MenuItem a, 
.MenuItemHover a:hover,
.DynamicMenuItem a, 
.DynamicMenuItemHover a:hover
{
	color: #fff;
	font-size: 10px;
}

.SearchInput{
	font: 11px Verdana, Helvetica, sans-serif;
	line-height: 10px;
	height: 22px;
	width: 141px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border: 0px solid transparent;
	border-style: none
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #ffbd23;
	text-align: center;
	text-decoration: none
}
.Banner{
	background: #ffffff
}
.ContentPanes{
	background: #ffffff
}
.LeftPane{
	padding-top: 10px;
	background-position: center top;
	width: 180px;
	background-repeat: repeat-x
}
.ContentPane{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	width: 100%
}
.RightPane{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(bg_rightpane.gif) #F0F0F0 no-repeat left top;
	width: 230px
}
.Footer{
	background-position: center top;
	background-image: url(bg_footer.gif);
	background-repeat: repeat-x
}
.FooterMenu{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 5px
}
.Footer a{
	color: #818867;
	text-decoration: none;
	font: normal 10px Verdana, Helvetica, sans-serif
}
.Footer a:hover{
	color: #000;
	text-decoration: underline;
	font: normal 10px Verdana, Helvetica, sans-serif
}
.Footer, .Footer p, .Footer td{
	font: 9px Verdana, Helvetica, sans-serif;
	color: #818867
}
.Seven td{
	font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana, Helvetica, sans-serif
}
.Seven, .Seven p, .Seven td{
	padding-top: 5px;
	font-size: 9px;
	padding-bottom: 5px;
	color: #c0c0c0;
	font-family: Verdana, Helvetica, sans-serif
}
.Seven a, .Seven a:link, .Seven a:active, .Seven a:visited{
	font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none
}
.Seven a:hover{
	font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline
}
hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	border-bottom-style: none;
	background: #CCC
}
li{
}
ol li{
	list-style-type: decimal
}
ol ol li{
	list-style-type: lower-alpha
}
ol ol ol li{
	list-style-type: lower-roman
}
ul li li li{
	list-style-type: circle
}
ul li li{
	list-style-type: disc
}
ul li{
	list-style-type: square
}
td.BCText{
	padding-top: 2px;
	color: #959595;
	height: 15px;
	font: 9px Verdana, Helvetica, sans-serif
}
.BCText a{
	color: #959595;
	font: 9px Verdana, Helvetica, sans-serif
}