﻿html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11px Verdana, Helvetica, sans-serif
}
#htmlBody{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #2075ae
}
.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: #6ea6d5;
	text-align: center;
	text-decoration: none
}
.Menu{
	color: white;
	text-align: right;
	background-color: #2479b0
}
.MenuTab{
	border-left: 1px dotted white
}
.MenuTab a, .MenuTab a:link, .MenuTab a:active, .MenuTab a:visited{
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px
}
.MenuTab a:hover{
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #fff;
	background-color: #216d9f;
	padding: 5px 10px;
	display: block
}
.MenuTabSelected{
	border-left: 1px dotted white;
	background-color: #216d9f
}
.MenuTabSelected a, .MenuTabSelected a:link, .MenuTabSelected a:active, .MenuTabSelected a:visited,.MenuTabSelected a:hover{
	padding: 5px 10px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #fff;
	display: block
}
.SubMenuArea{
	background-image: url(submenubg.jpg);
	overflow: hidden;
	width: 770px;
	background-repeat: repeat-x
}
.SubMenu{
	height: 25px
}
.SubMenuTab{
	padding-left: 10px;
	padding-right: 10px
}
.SubMenuTabSelected{
	padding-left: 10px;
	padding-right: 10px
}
.SubMenuTab a, .SubMenuTab a:link, .SubMenuTab a:active, .SubMenuTab a:visited{
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #9a9a9c
}
.SubMenuTab a:hover{
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	width: 100%;
	text-decoration: none;
	color: #666666
}
.SubMenuTabSelected a, .SubMenuTabSelected a:link, .SubMenuTabSelected a:active, .SubMenuTabSelected a:visited, .SubMenuTabSelected a:hover{
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color: #666666
}
.PadTopPane{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px
}
.PadBottomPane{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px
}
.BannerTop{
}
.Banner{
}
.ContentPanes,.Panes{
	background: #fff;
	vertical-align: top;
	text-align: left
}
.ContentPane{
	vertical-align: top;
	height: 100%
}
.RightPane{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px
}
.Footer{
	background-image: url(footer_bg.jpg);
	overflow: hidden;
	width: 770px;
	height: 154px;
	background-repeat: no-repeat
}
.FooterMenu{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px
}
.FooterMenu a{
	color: #5793af;
	text-decoration: none
}
.FooterMenu a:hover{
	color: #5793af;
	text-decoration: underline
}
.FooterMenu, .FooterMenu p, .FooterMenu td{
	font-size: 9px;
	color: #5793af
}
.Seven, .Seven p, .Seven td{
	padding-top: 5px;
	font-size: 9px;
	padding-bottom: 5px;
	color: #c2b799
}
.Seven a, .Seven a:link, .Seven a:active, .Seven a:visited{
	font-size: 9px;
	color: #c2b799;
	text-decoration: none
}
.Seven a:hover{
	font-size: 9px;
	color: #c2b799;
	text-decoration: underline
}
h1, h1 a, .Head{
	text-transform: none;
	color: #FE6400;
	text-decoration: none;
	font: bold 13px
}
h2, h2 a, .SubHead{
	color: #FF8C00;
	text-decoration: none;
	font: bold 12px
}
h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{
	color: #FF8C00;
	text-decoration: none;
	font: bold 11px
}
hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	border-bottom-style: none;
	background: #CCC
}
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
}