﻿body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Georgia, 'Times New Roman' , Times, serif
}
a img {
	border: 0
}
#htmlBody{
	background-color: #fff
}
.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-color: #EB7328;
	text-align: center;
	text-decoration: none
}
.Menu{
	border-top: 10px white solid;
	border-bottom: 10px white solid;
	background-color: #ffffff
}
.MenuSpacer{
	width:100%;
	height:30px;
	background: url(menu-shadow.gif) bottom left no-repeat white
}
.Banner{
	margin-left: 10px
}
.Pane2{
	background: url(bg-2pane.gif) repeat-y;
	padding: 0 10px
}
.Pane3{
	background: url(bg-3pane.gif) repeat-y;
	padding: 0 10px
}
.ContentPane{
	padding-top: 10px;
	background: url(contentpane-shadow.gif) no-repeat;
	padding-left: 15px;
	padding-right: 15px
}
.Pane2 .ContentPane {
	padding-right: 10px
}
.RightPane{
	background: url(rightpane-shadow.gif) no-repeat;
	padding-left: 15px;
	margin-top: -10px;
	padding-top: 20px;
	min-height: 200px
}
* html .RightPane {
	height: 200px
}
.Footer{
	margin-left: 10px;
	padding-top: 5px;
	background: url(bg-footer.gif) repeat-x white
}
.FooterMenu{
	padding: 5px 15px 0 15px
}
.FooterMenu a{
	color: #F19D69;
	text-decoration: none;
	font-size: 11px
}
.FooterMenu a:hover{
	color: #19181A;
	text-decoration: underline
}
.Footer, .Footer p, .Footer td{
	font-size: 9px;
	color: #c0c0c0
}
.Seven, p.Seven{
	padding-top: 5px;
	font-size: 9px;
	padding-bottom: 5px;
	color: #C0C0C0;
	text-align: center
}
.Seven a{
	color: #C0C0C0;
	text-decoration: none
}
.Seven a:hover{
	text-decoration: underline
}
.Menu a {
	display: block;
	width: 150px;
	margin: 0 15px;
	overflow: hidden;
	background: white;
	font-weight: normal;
	text-decoration: none;
	border-bottom: #cccccc 1px dashed;
	line-height: 25px
}
.HNMenuLevel1 a, .HNMenuLevel1Selected a{
	text-indent: 5px;
	font-size: 12px;
	color: #656565
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover, .HNMenuLevel1 a:hover{
	color: #EB8747
}
.HNMenuLevel2 a, .HNMenuLevel2Selected a{
	text-indent: 10px;
	color: #B6B6B6;
	font-size: 11px
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover, .HNMenuLevel2 a:hover{
	color: #EB8747
}
.HNMenuLevel3 a, .HNMenuLevel3Selected a{
	text-indent: 15px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #B6B6B6;
	line-height: 20px
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover{
	color: #EB8747
}
.ItemDate{
	color: #000;
	font-weight: bold
}
.ItemTitle{
	color: #69C;
	font-weight: bold
}
.NormalRed{
	color: #FF0000
}
.NormalSmall{
	font-size: 9px
}
.Field{
	color: #000;
	border: 1px #696969 solid;
	height: 14pt;
	background: #F5F5F5;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif
}
.SubHeadRed{
	color: red;
	text-decoration: none
}
hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	border-bottom-style: none;
	background: #CCC
}
i, em, .NormalItalic{
}
input.Button{
	font: bold 0.9em Verdana, Helvetica, sans-serif
}
td.BCText{
	padding-top: 2px;
	color: #959595;
	height: 15px;
	font-size: 9px
}
.BCText a{
	color: #959595;
	font-size: 9px
}