html, body{
   height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #f5deab;
	background-color: #251b00;

}

table {
line-height: 110%;
border: 0;
vertical-align: middle;
	font-size: small;
}

.small{
font-size: 11px;
color:#ecc877;
background: #3f2c00;
}

.small2{
font-size: 11px;
color:#f5deab;
background: #9c5607;
}

.dark {
background-color:#463206;
}
.light {
background-color:#9c5607;
}
input {
background:#FFF;
border: 1px solid #5c4207;
font-size: 11px;
height: 20px;
width: 160px;
color:#000;
}

.submit {
width: 94px;
height: 28px;
background: #3f2c00;
border: 0px;
}

.radio {
width: 15px;
background: #3f2c00;

}

.dropDown{
background:#FFF;
font-size: 11px;
border: 1px solid #5c4207;
width: 160px;
color:#000;
}
