html { min-height: 100%; margin-bottom: 1px; }

body{
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

table.nav {
	background-repeat: no-repeat;
	background-image: url(../images/layout/bgd_main_nav.gif);
}

table.main{
	background-color: #ffffff;
}

table.h100{
	height: 100%;
}

table.content{
	border:1px solid #037e47;
	color: #037e47;
	font-size:0.7em;	
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#037e47;
}

h1,h2,h3,h4,h5{
	color:#037e47;
}

h6{
	color:#c76a0d;
	font-size:0.7em;
	margin:0px;	
}

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;
}

