html, body { min-height: 100%; width: 100%; height: 100%; }

body {
    margin: 0px;
    padding: 0px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3c3b27;
}

a, a:visited { text-decoration: none; color: #f99d39; }

a img { border: none; }

form table { border: none; }
form table tr { vertical-align: top; }
form table th { font-weight: bold; text-align: right; padding-right: 10px; }

tr { vertical-align: top; }

.text { width: 300px; border: 1px solid #999999; }

.button { border: 1px solid #999999; width: 100px; }

.table1 th { text-align: right; font-weight: bold; }