﻿/*=============================Page  Layout Styles=============================*/
body, html, form{
	font-size: 13pt;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #fff
}
#htmlBody{
	background: url(bg.png) repeat
}
.MultiPage{
	color: #000;
	font-size: 11px;
}
.Page{
	padding-top: 45px;
	padding-bottom: 25px
}
.Logo{
	width: 236px;
	height: 300px;
	margin-right: 84px;
	float: left
}
.FeaturePanel{
	width: 640px;
	min-height: 300px;
	float: left;
	overflow-x: hidden
}
.IE .FeaturePanel{
	height: 300px
}
.Copy{
	float: left;
	width: 50%;
	font-size: 8pt
}
.nM{
	float: right;
	width: 50%;
	text-align: right;
	font-size: 8pt
}
a{
	color: #fff;
	text-decoration: none
}
a:hover{
	color: #fff;
	text-decoration: underline
}
.Banner .Rule{
	clear: left;
	margin-top: 12px
}
.ContentPane{
	padding-top: 15px
}
img{
	border: 0
}
hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	color: #00AEEF;
	background-color: #00AEEF;
	border-bottom-style: none
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	line-height: 22px
}
input.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px
}