body {
background:url("../img/tile.gif");
}
body table {
    font-family:verdana;
    font-size:10px;
    color:#64522d;
    line-height:15px;
}
.menustub {
    background-color:#dddddd;
}
.menu {
    text-transform:uppercase;
    background-color:#ededed;
    font-size:10px;
    font-family:arial;
    padding-left:5px;
}
.menu a{
    color:#64522d;
    text-decoration:none;
}
.menu a:hover{
    color:#721512;
}
.menutab td {
    border-bottom:1px solid white;
}
span.head {
    color:#721512;
    font-family:verdana;
    font-size:13px;
    font-weight:bold;
    background: url("../img/headarrow.gif");
    background-repeat:no-repeat;
    padding-left:20px;
    background-position:center-left;
    margin:0;
}
span.empty {
    font-family:verdana;
    font-size:13px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
}
span.headgreen {
    color:#46522d;
    font-family:verdana;
    font-size:13px;
    font-weight:bold;
    background: url("../img/headarrowgreen.gif");
    background-repeat:no-repeat;
    padding-left:20px;
    background-position:center-left;
    margin:0;
}
input.txt {
    font-family:verdana;
    font-size:10px;
    width:300px;
}
textarea.txt {
    font-family:verdana;
    font-size:10px;
    width:300px;
    height:100px;
}
a.morelink {
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    color:#64522d;
}
body table ul {
    list-style-image: url("../img/arrow.gif");
    list-style-position: inside;
    margin:0;
    padding:0;
}
div.littlebox {
    padding-left:20px;
    padding-right:10px;
}
td.footer {
    background-color:#46522D;
    font-family:verdana;
    color:white;
    font-size:11px;
    padding-left:30px;
    height:32px;
}
td.builtby{
    text-align:right;
    padding-right:5px;
    padding-top:5px;
}
td.builtby a {
    color:#64522d;
}