* { margin: 0px; padding: 0px; }

html, body { 
height: 100%;
}

td, div, p { 
line-height: 1.5em;
font-size:12px;
font-family:Tahoma, Verdana, Sans-serif;
color:#3f1f12; 
}

a, a:visited, a:active {
    outline: none;
    text-decoration: none;
	color:#943333;
}

a:hover { text-decoration: underline;  }

img { border: none; }

table { width: 100%; border: none; }

table td { vertical-align: top; }

div.clearfix { font-size: 0px; clear: both; }

label { float: left; color:#3f1f12;  }

input, select{ border:1px solid #e0c7b1; background:#f1eee9; }

textarea { outline: none; overflow: auto; border:1px solid #e0c7b1; background:#f1eee9; }

option { padding: 0px 10px 0px 0px; }