html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body, ul, td, .normal {
 	font-family : verdana, tahoma, arial, verdana;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}
	

a { color: #0D6F23;  }
a:visited { color: #023E0F; }
a:hover { color: #855900; }

hr {
	background-color:silver;
	border-width:0px;
	height:1px;
	margin:5px 0px;
	clear:both;
}


p {
	margin-top:0px;
 	font-family : verdana, tahoma, arial, verdana;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	}


h1, .head  	{
 	font-size : 28px;
	font-family: times new roman, tahoma, arial;
 	font-weight : normal;
	color : #996600;
	margin:10px 0px 7px 0px;
	line-height:105%;
	}

h2, .home1 {
	font-weight: bold;
	font-size:16px;
	color:#006600;
	margin:6px 0px 4px 0px;
	}

h3, .home2 {
	font-weight: bold;
	font-size:14px;
	color:#882329;
	margin:6px 0px 4px 0px;
	}
	
h4, .home3 {
	font-weight: bold;
	font-size:12px;
	color:#00310B;
	margin:3px 0px 2px 0px;
	}

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;
	}




table {
	border-spacing:0px;
	border-collapse:collapse;
}

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:#85854C;
	}
	
.tdlabel, tbody th  {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#ACAC79;
	}
	
.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-width: 1px;
	border-color: #85854C;
	border-style:solid;
}

div.clear {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}


