html { min-height: 100%; margin-bottom: 1px; }

body{
	background-color: #fcd201;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-size:0.7em;
}

table.form{
	font-size:0.7em;
}	

table.nav {
	background-repeat: no-repeat;
	background-image: url(../images/layout/bgd_main_nav.gif);
}

table.main{
	background-color: #ffffff;
	height: 100%;
}

table.h100{
	height: 100%;
}

table.content{
	padding-right:85px;
	padding-left:85px;
	color: #037e47;
}


table.legal {
	background-image: url(../images/layout/bottom2.gif);
}	

table.mainnav{
	font-size:0.7em;
}
	
td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#037e47
}

td.borderleft{
	background-image: url(../images/layout/border_left.gif);
	background-repeat: repeat-y;
}

td.borderright{
	background-image: url(../images/layout/border_right.gif);
	background-repeat: repeat-y;
}

td.legal{
	color:#07331a;
	font-size:0.7em;
}

td.nav {
	background-repeat: repeat-x;
	background-image: url(../images/layout/bgd_main_nav_2.gif);
}


td.bottom {
	background-color: fcd201;
	height:100%;
}


h1,h2,h3,h4,h5{
	color:#037e47;
}

h6{
	color:#c76a0d;
	font-size:0.7em;	
}

p{
	font-size:0.7em;
	color: #037e47;
	margin-bottom:20px;
	padding:0px;
}

ul {
	font-size:0.7em;
}	

a,a:hover{
	color: #037e47;
}

a.legal{
	text-decoration: none;
	color: #07331A;
}

a.legal:hover{
	color: #07331A;
	text-decoration: underline;
}

a.mainnav{
	color: #01793b;
		text-decoration:none;
}

a.mainnav:hover{
	color: #ffffff;
	text-decoration:none;
}

a.mainnavover{
	color: #01793b;
	text-decoration:none;
}

a.mainnavover:hover{
	color: #01793b;
	text-decoration:none;
}		

hr{
	border: none 0;
	border-top: 1px dashed #c76a0d;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:15px;
}

hr.solid{
	margin-top: 5px;
	margin-bottom: 5px;
	width:50%;
	border: none 0;
	border-top: 1px solid #052E6E;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.white{
	color: #FFFFFF;
}

.red{
	color: red;
}
img{
	border:none;
}

/*forms*/

form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

textarea{
	padding-left: 2px;
	background-color: #FFFFFF;
	overflow: auto;
	color: #037e47;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:250px;
}

input.box2{
	padding-left: 2px;
	color: #037e47;
	font-size: 1em;
	width: 123px;
}


input.box{
	padding-left: 2px;
	color: #037e47;
	font-size: 0.7em;
	width: 115px;
	height:19px;
}

input.box2{
	padding-left: 2px;
	color: #037e47;
	font-size: 1em;
	width: 175px;
	height:19px;
}

input.button{
	font-size: 0.8em;
	font-weight: bold;
	border : 1px solid #037e47;
	color: #037e47;
	background-color: #FFFFFF;
	
}

select.search{
	color: #037e47;
	font-size:1em;
	width:160px;
}

/* classes for validator */
.tfvHighlight{
	color: red;
}

.tfvNormal{
	font-weight: normal;	
	color: #335982;
}
