td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#8F5929;
}

A:Hover  {
	color : #CB8F58;
	text-decoration : underline;
}



H1 {  
       color: #E5E5E5;
       font-family:Tahoma;
       font size:22px;
}

H2 {  
       color: #E5E5E5;
       font-family:Tahoma;
       font-size:16px;
}


H3 {
	color: #8F5929;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
        margin-top: 0px;
}

H4 {
        color: #E5E5E5;
	font-family:Tahoma;
        font-size:11px;
}

ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
div.section { clear: both; padding-top: 50px; }

.table1 { float: right; margin-bottom: 2em; border: solid 1px #eee; }
.table1 caption { color: #fff; text-align: center; padding-bottom: 5px; }
.table1 th, .table1 td { padding: 7px; }
.table1 th, .table1 thead td { background-color: lightyellow; color: #000; }
.table1 tbody td { background-color: #fff; color: #000; }
.table1 tbody th { text-align: right; }


fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }