﻿body
{
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Trebuchet MS, Georgia, Tahoma;
	font-size: 13px;
	background-image: url(../images/body_bg.jp);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active 
{
  color:#054F67;
  font-size:13px;
  text-decoration:underline;
  font-weight:bold;
	}
a:hover
{
	color:#5A2902;
	font-weight:bold;
	text-decoration:underline;
	}
body,td,th {
	font-size: 13px;
	color: #000000;
    text-align: left;
}
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: 980px;
	height: 451px;
}
#mainarea
{
	width:980px;
	height: auto;
	vertical-align: top;
	text-align:left;

}

#leftside
{
	width: 375px;
	height:auto;
	vertical-align:top;
	}
#content
	{
		width:640px;
		text-align:left;
		vertical-align:top;
}


#footer
{
	width:100%;
	height:70px;
	vertical-align: top;
	text-align:center;
	font-size:11px;
	background-color:#A5D2E9;
	border-top: solid 2px #4B9DC5;
	padding-top:15px;
	line-height:20px;
}
.footer_side
{
    height: 50px;
    background-color: #C1D3f3;
    width:auto;
         
    }
.plan_table{
 border:solid 1px #97C8DE;
 border-collapse:collapse;
 width:100%;
 border:0;
}
.plan_table td
{
border: 1px solid #97C8DE;
height: auto;
text-align:center;
font-weight:bold;
padding:5px;
}
.plan_table th 
{
border: 1px solid #97C8DE;
background-color: #6CB2D4;
font-weight: bold;
color: #ffffff;
height: auto;
text-align: center;
font-size: 14px;
padding:5px;
}
.plan_table tr.altrow 
{
background-color: #ededed;
color: #000000;
padding:5px;
}
.plan_table tfoot {
border: 1px solid #9DB0BC;
background-color: #7390C2;
font-weight: bold;
color: #FEFEFE;
height: auto;
text-align: center;
font-size: 14px;
padding:5px;
}