/** {
	margin:3px; 
	padding:2px; 
	line-height:1.1;
}*/
body{
	font-family:Arial,Verdana,Serif;
	font-size:10pt;
	background-color:black;
	color:#FFFFFF;
}
a.DNSLink {
	color:#FF0000;
}
a.DNSLink:hover {
	color:yellow;
}
a.DNSLink:visited:hover {
	color:yellow;
}
h1 {
	color:#2C73C0;
}
img {
	border:none;
}
hr {
  border: 0;
  width: 100%;
	color: #f00;
  background-color: #f00;
  height: 5px;
}
#Shell {
	width:100%;
	min-width:840px;
	float:left;
}
#HeadContainer{
	width:100%;
	float:left;
	height:80px;
	vertical-align:top;
	background-image: url('../images/header.jpg');
}
#Account {
	float:left;
	text-align:right;
	color:white;
	width:100%;
	min-width:825px
}
#acctsignin{
	background-color:green;
	width:50px;
	color:white;
	font-size:8pt;
	font-family:arial;
	font-weight:bold;
	margin-top:1px;
	border:1px solid #ddd;
	padding:1px;
}
#acctsignin:hover {
	color:yellow;
	border:1px solid yellow;
}
#acctsignin:active {
	color:#222;
	border:1px solid #222;
}

#GrayBox {
	height:21px;
	width:100%;
	float:left;
	padding-top:3px;
	background-color:black;
	border-top:2px inset blue;
	border-bottom:2px outset #0f7ae2;
	text-align:left;
	font-size:11.5pt;
	vertical-align:middle;
	color:white
}
a.navbar {
	color:white;
}
a:hover.navbar,a:visited:hover.navbar {
	color:yellow;
}
/*#Menu {
	float:left;
	border-right:3px solid #0f7ae2;
	border-bottom:3px solid #0a33ef;
	padding-bottom:2px
}*/
a.menulink {
	color:#000080; 
	text-decoration:none;
}
a:hover.menulink {
	background:red; 
	color:white;
}

.sub {
	font-size:8pt;
	margin-left:-5px;
}
#ContentContainer {
	position:absolute;
	top:105px;
	left:120px;
	z-index:5;
	margin-left:auto;
	margin-right:auto;
	min-width:614px;
	text-align:center;
	width:78%;
}
.ContentLeft {
	vertical-align:top;
	width:50%;
	font-size:10pt;
	padding:4px;
}
.ContentRight {
	vertical-align:top;
	width:50%;
	font-size:10pt;
	padding:4px;
}
.ContentDescrip {
	position: absolute; 
	visibility: hidden;
	z-index: 1; 
	background-color:#FFFFCC; 
	border:1px solid black;
}
#ProductContainer {
	min-width:700px; 
	width:84%; 
	float:left;
	overflow:visible;
}
#Valid {
	position:absolute; 
	top:375px; 
	left:5px; 
	width:110px; 
}
#Security {
	position:absolute; 
	top:450px;
	left:15px;
}
#Bannerad {
	border:2px solid #999999;
	position: absolute;
	top:150px;
	right:2px;
	z-index:6;
	height:350px;
}
#Hide {
	font-weight:bold; 
	text-align:center;
	position: absolute;
	top:485px;
	right:35px;
	font-style:italic;
	background-color:white;
	z-index:7;
}
#Copyright {
	text-align:center;
	font-size:7pt;
	color:#000080;
	width:100%;
	float:left;
}
.D1{
	float:left;
	width:42%;
	margin-top:20px;
	height:125px;
}
td.RedFont{
	color: red;
	font-size:8pt;
	text-align:center;
}
td.CenterFont {
	text-align:center
}
span.r
{
	color:red;
}
input.btn
{
	padding:1px;
	color:white;
	font-size:84%;
	font-weight:bold;
	background-color:#000099;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
input.btn:hover
{
	border-color:#c63;
}
input.mb
{
	width:110px;
	padding-top:2px;
	padding-bottom:1px;
	color:white;
	font-size:94%;
	font-weight:bold;
	background-color:#000099;
	border:2px outset #ddd;
}
input.mb:hover
{
	border-color:red;
	color:yellow;
}
#SS
{
	border:1px solid red;
	width:70px;
	height:20px;
	font-size:8pt;
}
#SS:hover
{
	border:1px solid yellow;
}
#SS:active
{
	border:1px solid green;
}