﻿body
{
	margin: 0px;
	font-family:arial, Trebuchet MS, Georgia, Tahoma;
	background-color:#000000;
}
a:link, a:visited, a:active 
{
  color:#b9b9b9;
  text-decoration:none;
	}
a:hover
{
	color:#ffffff;
	text-decoration:underline;
	}
body,td,th {
	font-size: 13px;
	color: #545454;
}
h1,h2,h3,h4,h5,h6 {
	font-family: ARIAL;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #2B6B8A;
}
h2 {
	font-size: 16px;
	color: #334E79;
}
#header
{	width: 100%;
	height: 377px;
}
#mainheader
{	width: 893px;
	height: 241px;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
}
#subheader
{	width: 860px;
	height: 241px;
}
#mainarea{
	width:878px;
	height: auto;
	vertical-align: top;
	text-align:left;
}
#mainareaa
{
	width:893px;
	height: auto;
	background-color:#ffffff;
	vertical-align: top;
	text-align:left;
	padding-top:10px;

}

#leftside
{
	width: 601px;
	height:241;
	float:left;
}
#rightside
{
	width: 259px;
	height:241;
	float:right;
}
#content
	{
		width:640px;
		text-align:left;
		vertical-align:top;
}


#footer
{
	width:100%;
	height:55px;
	background-color: #2d60a8;
	vertical-align: top;
	text-align:center;
	font-size:11px;
	color: #ffffff;
	border-top: solid 2px #324D78;
	padding-top:5px;
}
.footer_side
{
    height: 50px;
    color: #ffffff;
    background-color: #020015;
    width:auto;
         
    }
.plan_table{
 border:solid 1px #97C8DE;
 border-collapse:collapse;
 width:100%;
 border:0;
}
.plan_table td
{
border: 1px solid #97C8DE;
height: 25px;
text-align:center;
font-weight:bold;
}
.plan_table th 
{
border: 1px solid #97C8DE;
background-color: #185897;
font-weight: bold;
color: #ffffff;
height: 28px;
text-align: center;
font-size: 14px;
}
.plan_table tr.altrow 
{
background-color: #ededed;
color: #000000;
}
.plan_table tfoot {
border: 1px solid #9DB0BC;
background-color: #7390C2;
font-weight: bold;
color: #FEFEFE;
height: 28px;
text-align: center;
font-size: 14px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}