/* CSS Document */
body {
background-color:#3C3230;
margin:0px;
}

.text {
font-family:"Trebuchet MS";
font-size:12px;
}

a 
{ color:#504845;
}
a:hover
{
color:#A6934F
}

.footer{
font-family:"Trebuchet MS";
font-size:12px;
color:#D8D0AD;
text-decoration:none
}


.menu {
font-family:"Trebuchet MS";
font-size:20px;
font-weight:bold;
color:#D9D0AF;
text-decoration:none
}
.button{
background-color:#3C3230;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.textbox
{
border:1px solid #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:150px;
line-height:15px;
}
.textarea
{
border:1px solid #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}