body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif
}
a img {
	border: 0
}
#htmlBody{
	background: #004288
}
.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;
	background-color: #e77134;
	text-align: center;
	text-decoration: none
}
.Menu{
	background: white
}
.MenuSpacer {
	height: 30px;
	background: url(bg-under-menu.gif) no-repeat bottom left white
}
.Panes{
	background: url(bg2pane.gif) repeat-y;
	padding: 0 8px
}
.LeftPane, .ContentPane {
	background: url('banner-bg.gif') repeat-x;
	padding-top: 15px;
	padding-right: 10px
}
.RightPane {
	background: url(bg-rightpane.gif) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px
}
.Header {
	margin: 0 8px
}
.Footer{
	color: #004288;
	background: url(footer.gif) repeat-x white;
	font-size: 10px
}
.FooterPane {
	padding-top: 10px
}
.FooterMenu {
	width: 70%;
	padding-left: 10px;
	float: left
}
.Copy {
	width: 20%;
	padding-right: 10px;
	margin: 0;
	margin-left: auto;
	text-align: right
}
a {
	color: #004288;
	text-decoration: none
}
a:hover {
	color: #004288;
	text-decoration: underline
}
.nM {
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
	clear: both
}
.nM a{
	color: #CCCCCC
}
.nM a:hover {
	color: #CCCCCC
}
.Menu a {
	margin: 0 20px;
	display: block;
	text-decoration: none;
	border-bottom: #ccc 1px dotted;
	line-height: 25px;
	font-weight: bold;
	font-size: 12px
}
.HNMenuLevel1 a{
	color: #004288
}
.HNMenuLevel2 a{
	text-indent: 10px;
	color: #b6b6b6;
	font-size: 11px
}
.HNMenuLevel3 a{
	text-indent: 15px;
	font-weight: normal;
	color: #b6b6b6;
	font-size: 11px
}
.HNMenuLevel1Selected a, .HNMenuLevel1 a:hover{
	color: black
}
.HNMenuLevel2Selected a, .HNMenuLevel2 a:hover{
	text-indent: 10px;
	color: #004288;
	font-size: 11px
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover{
	text-indent: 15px;
	font-size: 11px;
	color: #004288;
	font-weight: normal
}
hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	border-bottom-style: none;
	background: #CCC
}
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
}