﻿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: #730E1C
}
.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: .9em;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	background-color: #2D231A;
	text-align: center;
	text-decoration: none
}
.Menu{
	width: 780px;
	height: 22px
}
.MenuHolder{
	width: 780px;
	height: 25px;
	background: #C5E3E3 url(menu.gif) no-repeat bottom left
}
.Banner{
	padding: 0;
	background: #fff
}
.Page{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center
}
.Panes{
	background: #fff;
	text-align: left
}
.ContentPane{
	min-height: 250px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 30px
}
* html .ContentPane{
	height: 250px
}
.RightPane{
	padding-top:22px;
	padding-bottom: 30px;
	min-height: 250px
}
* html .RightPane{
	height: 250px
}
.FooterPane{
	background: url(footer.gif);
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px
}
.FooterMenu{
	color: #555;
	font-size: .9em;
	width: 760px
}
.FooterMenu a{
	color: #555;
	text-decoration: none;
	font-size: inherit
}
.FooterMenu a:hover{
	color: #000;
	text-decoration: underline;
	font-size: inherit
}
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: 10px;
	color: #666;
	height: 15px;
	font: 7pt Verdana, Helvetica, sans-serif
}
.BCText a{
	color: #666;
	font: 7pt Verdana, Arial, Helvetica, sans-serif
}