body, div, p, td, input, textarea, select, a{
font-family: "Trebuchet MS", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #341d0c;
line-height: 13px;
}

body {
background-color: #352641;
}

body, div, td {
margin: 0px;
padding: 0px;
text-align: left;
}

p {
padding: 0px;
margin: 5px 0px 5px 0px;
}

img {
border-style: none;
}

td {
vertical-align: top;
}

a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color: #5f2000;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: #5f2000;
}

a.menu:link, a.menu:active, a.menu:visited {
text-decoration: none;
font-weight: bold;
color: #fe7c54;
}

a.menu:hover {
text-decoration: underline;
font-weight: bold;
color: #fe7c54;
}

h1.title {
font-size: 12px;
font-weight: bold;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.p5 {
padding: 5px;
}

.p10 {
padding: 10px;
}

.m5 {
margin: 5px;
}

.m10 {
margin: 10px;
}

.block {
display: block;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}

.box {border: 1px solid #59473d;}

.button {border: 2px solid #59473d;font-weight: bold;color: #59473d;}

