﻿body 
{
	width:100%;
 	margin:0px;
	padding:0px;
	text-align:center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #595e26;
}

div
{
	margin:0px;
}
	
div.header
{
	height:80px;
	background-color:#DDE194;
	border-top:#F87D19 solid 1px;
	border-bottom:#F87D19 solid 1px;
	margin-bottom:5px;
}

div.footer
{
	height:20px;
	background-color:#DDE194;
	border-top:#F87D19 solid 1px;
	border-bottom:#F87D19 solid 1px;
	vertical-align:middle;
	
}

.pnlContent
{
	width:568px;
	min-height:475;
	
}

.Adv
{
	margin-top:1px;
	margin-bottom:1px;	
}
.pnlIntro
{
	margin-top:150px;
	margin-bottom:150px;
	width:425px;
	text-align:justify;
	
}
.pnlIntro b
{
	color:#F87D19;
}

table.Terms
{
	width:468px;
}

table.Terms tr td
{
	border-bottom:#DDE194 1px solid;
}

input 
{
	border: 1px solid #595E26;
	background-color: #DDE194;
	color: #595E26;
	padding:0px;
	margin:0px 2px;
	
}

 

A:link {
	COLOR: #F87D19; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #F87D19; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: #F87D19; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #F87D19; 
	TEXT-DECORATION: none
}