﻿/*=============================Page  Layout Styles=============================*/
body, html
{
	margin: 0px;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
}
#htmlBody
{
	background-color: black;
}
.BCText a
{
	color: #959595;
	font: 9px Verdana, Helvetica, sans-serif;
}
td.BCText
{
	padding-top: 2px;
	color: #959595;
	font: 9px Verdana, Helvetica, sans-serif;
}
table.Pad
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}
.Pad td
{
	padding-right: 2px;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}
td.SplashPad
{
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.Content
{
	background-color: white;
}
.ContentPanes
{
}
.LeftPane
{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	width: 173px;
}
.ContentPane
{
	padding-left: 20px;
	padding-right: 10px;
	margin: 0px;
}
.RightPane
{
	padding: 0px;
	margin: 0px;
	width: 173px;
}
.Banner
{
}

.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button
{
	font-family: Arial, Verdana, 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-weight: bold;
	font-size: 0.9em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	text-align: center;
	
	text-decoration: none;
	line-height: 20px;
}
input.Button
{
	font-weight: bold;
	font-size: 0.9em;
	line-height: 12px;
}
.Footer p
{
	line-height: 15px;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
}
.Footer td
{
	padding: 5px;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
}
.Footer
{
	background-position: right;
	background-repeat: no-repeat;
	height: 32px;
	background-color: #000000;
	color: #ffffff;
	padding-left: 193px;
}
.Footer a
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.Footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Seven, .Seven a, .Seven a:link, .Seven a:active, .Seven a:visited
{
	font-size: 10px;
	color: #CFCFCF;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}
.Seven a:hover
{
	font-size: 10px;
	color: white;
	text-decoration: underline;
	font-family: Arial, Verdana, sans-serif;
}