html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body, ul, td, .normal {
 	font-family : verdana;
 	font-size : 11px;
	line-height:150%;
	color : #000000;
}
	

a { color: #0A3039;  }
a:visited { color: #0A3039; }
a:hover { color: #6A593F; }

hr {
	background-color:silver;
	border-width:0px;
	height:1px;
	margin:5px 0px;
	clear:both;
}


p {
	margin-top:0;
	}


h1, .head  	{
 	font-size : 18px;
 	font-weight : bold;
	color : #0A3039;
	}

h2, .home1 {
	font-weight: bold;
	font-size:12px;
	margin-bottom:0px;
	color: #0A3039; 
	}

h3, .home2 {
	font-weight: bold;
	font-size:12px;
	margin-bottom:0px;
	color:#6B5940;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
}	
	
.input {
	width:150px;
	}

textarea {
 	font-family : courier new, monospaced;
	font-size : 11px;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 12px;
	color:black;
	}
 
.dwarf {
	font-family : arial;
	font-size : 10px;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
	}
	
.featuredplant {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-family:arial;
	}



table {
	border-spacing:1px;
	border-collapse:separate;
}

td, th {
	padding:4px;
	font-size:10px;
	text-align:left;

}

thead, tfoot {
	font-size:10px;
}




.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
}

.trlabel, thead th  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#0A3039;
	}
	
.tdlabel, tbody th  {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#ACA37B;
	}
	
.cell, .odd  {
	color:black;
	background-color: #f0f0f0;
	}
	
.cell2, .even  {
	color:black;
	background-color: #e0e0e0;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.hand {
	cursor:pointer;
	cursor:hand;
}

.applyBorder {
	border: 1px solid #FFFFFF;
}

div.clear {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

