html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
}	

form{
   margin:0px;
   padding:0px;	
}

a{
	text-decoration: none;
	color:  #003399;
}

a:hover{
	text-decoration: underline;	
}

body, p, td, ol, ul, a,input {
	font-family: Arial, Verdana, Tahoma,  Times New Roman, sans-serif;
	font-size: 12px;
}
td {
	vertical-align: top;
}


.menu {
	background-color: #7691AC;
	padding: 10px 50px 5px 50px;
}

.menu a{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.menu span{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover{
	color: #FFFFFF;
}

.logo {
	width: 325px;
	height: 39px;
	background: transparent url(images/logo_bg.gif) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #003399;
	background-position : bottom;
}

.form {
	background-color: #DBE7F3;
	height: 32px;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.form td {
	font-size:11px;
	vertical-align: middle;
	padding-right: 5px;
}

.form input.text{
	width: 80px;
}

.welcome{
	background: transparent url(images/welcome_bg.gif) no-repeat 0px 0px;	
	width: 387px;
	height: 24px;
	vertical-align: middle;
}

.welcome span{
	padding-left:50px;
	color: #003399;
	font-variant : small-caps;
}

.news{
	height: 100%;
}

.news p {
	padding: 1px 60px 1px 60px;
	color: #FFFFFF;
}

.news p span{
	color: #000000;	
    font-weight: bold;
}

.plan-header{
	height: 27px;
}

.plan-header td {
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	padding-right: 8px;
}
.plan-info td {
	padding: 10px;
}

td.spacer{
	padding:0px;
}

span.price{
	color: #FF0000;
	font-weight: bold;
}

.ordernow{
	height: 20px;
	padding-right: 10px;
	padding-top: 2px;
	text-align:right;
}

.ordernow a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.copy{
	background-color:#DBE7F3;
	height: 70px;
	color: #7691AC;
	text-align:center;
	vertical-align: middle;
}

.bottom-menu{
	background-color: #7691AC;
	text-align: center;
	height: 23px;
}


.bottom-menu a{
	text-decoration: none;
	color: #000000;
}

.bottom-menu a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


.bottom-menu span{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}


.pro-header {
	background-color:#A06D56;
}

.pro-title{
	background-color:#F3ECE9;font-weight:bold;
}

.pro-sale{
	background-color:#F9F6F4;
}

.pro-ordernow{
	background: transparent url(images/pro_ordernow.gif) no-repeat 0px 0px;
}

.pro-arrow{
	background: #F3ECE9 url(images/arrow.gif) repeat-x 0px 0px;
}


.gold-header {
	background-color:#977934;
}

.gold-title{
	background-color:#F1EEE5;font-weight:bold;
}

.gold-sale{
	background-color:#F8F7F2;
}

.gold-ordernow{
	background: transparent url(images/gold_ordernow.gif) no-repeat 0px 0px;
}

.gold-arrow{
	background: #F1EEE5 url(images/arrow.gif) repeat-x 0px 0px;
}

.free-header {
	background-color:#4B7E9E;
}

.free-title{
	background-color:#E7EEF3;font-weight:bold;
}

.free-sale{
	background-color:#F3F7F9;
}

.free-ordernow{
	background: transparent url(images/free_ordernow.gif) no-repeat 0px 0px;
}

.free-arrow{
	background: #E7EEF3 url(images/arrow.gif) repeat-x 0px 0px;
}



.ongoing-header {
	background-color:#789264;
}

.ongoing-title{
	background-color:#EDF1EA;font-weight:bold;
}

.ongoing-sale{
	background-color: #F6F8F5;
}

.ongoing-ordernow{
	background: transparent url(images/ongoing_ordernow.gif) no-repeat 0px 0px;
}

.ongoing-arrow{
	background: #EDF1EA url(images/arrow.gif) repeat-x 0px 0px;
}

.content-header{
	background-color:#7691AC;
	vertical-align:middle;
	height: 35px;
	font-size: 18px;	
	padding-left: 5px;
}

.content-bg{
	background-color:#F1F6FB;
}

.subtitle{
        background-color: #F1F6FB;
		padding: 10px;
		padding-left: 30px;
		font-size: 16px;
}

.order .form{
        background-color: #F1F6FB;	
}

.line-solid {
	border-bottom: 1px solid #DFDFF0;
}

td.imperative {
	color: #333333;
	font-size: 12px;
}

input.form-field {
	width: 350px;
	height: 21px;
	font-size: 12px;
	font-family: Verdana;
}
textarea.form-field {
	width: 350px;
	height: 80px;
	font-size: 12px;
	font-family: Verdana;
}
input.keywords {
	width: 200px;
	height: 21px;
	font-size: 12px;
	font-family: Verdana;
	margin-left: 10px;
}
.keywords td {
	vertical-align: middle;
	padding-top: 5px;
	text-align: left; 
}


.error{
	color: #FF0000;
}