html { 
    min-width: 735px;
}

body, td, th {
    margin: 0;
    padding: 0;
    font-family:  arial, verdana, helvetica, sans-serif;
    font-size: 12px;
}

body {
    text-align: center;
    border: 0;	
    background: #eee;
}

a {
    text-decoration: none;
    color: #5D8929;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:active	{
    color: #A5D56C;
}

a:visited {
    color: #466B1A;
}

img {
    border: 0;
    margin: 0;
}

div#content {
    margin: 0;
    background: transparent;
    text-align: left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.counter {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.menu, div#footer {
    margin: 0;
    padding: 0;
    background: #DBDEE5;
    border-collapse: collapse;
}

td.menuSpacer {
    width: 1px;
    background: #fff;
}

td.menuItem {
    text-align: center;
    font-family:  verdana, helvetica, sans-serif;
    font-size: 10px;
}

div#footer {
    margin: 0;
    text-align: center;
    padding: 10px;
    margin: 20px;
    font-family:  verdana, helvetica, sans-serif;
    font-size: 10px;
    color: #5E79AA;
}

h2, h4 {
    font-weight: bold;
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 20px;
    color: #CB5F29; /*#A8C450;*/
}

h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

img.floatRight {
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

form {
    margin-bottom: 0px;
    margin-top: 0px;
}

input, textarea, select {
    font-family: verdana,sans-serif;
    font-size: 10px;
    height: 20px;
    margin-top: 1px;
}

.button {
    background-color: #EAAF52;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 25px;
    padding: 1px;
    margin: 1px;
    border-top: solid 1px #F5D5A2;
    border-left: solid 1px #F5D5A2;
    border-right: solid 1px #B78638;
    border-bottom: solid 1px #B78638;
    cursor: pointer;
}

.error {
    background: #DF5226;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
}

.html {
    background: #F0F9CB;
    border: 1px solid #CEDC94;
    color: #000;
    font-size: 10px;
    padding: 10px;
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Courier New', Courier;
}

.note {
    font-size: 10px;
    color: #6D7A93;
}

.smalltext {
    color: #036;
    font-family:  verdana, helvetica, sans-serif;
    font-size: 10px;
}
