#layout /* This is the main layout table */ {
text-align: justify;
font-family: trebuchet ms;
font-size: 10px;
text-decoration: none;
text-align: justify;
z-index: 0;
}

#main  /* This is the main content table */ { 
background-color: #FEF9A5;
background-position: left top;
z-index: 1;
margin: 0px;
border-width: 0px;
vertical-align: top;
width: 228px;
 }
 
body { 
background-color: #311800;
color: black;
font-size: 10px;
font-family: trebuchet ms;
text-decoration: none;
text-align: justify;
position: relative;
margin-bottom: 5px;
 }
 
img {
border: 0px;
}

a {
font-family: trebuchet ms;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
color: #85523C;
border: 0px;
 }
 
a:link {
font-family: trebuchet ms;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
color: #47321C;
 }
 
a:visited {
color: #47321C;
 }
 
a:hover {
color: #311900;
 }

a:active {
color: #85523C;
 }
 
table { 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: auto;
 }
 
p {
text-align: justify;
font-family: trebuchet ms;
font-size: 10px;
text-decoration: none;
 }
 
u {
text-decoration: none;
border-bottom: #311900 1px dotted;
 }

h1 {
font-family: trebuchet ms;
font-size: 14px;
color: #85523C;
 }
 
h2 {
font-family: trebuchet ms;
font-size: 13px;
color: #85523C;
 }
 
h3 {
font-family: trebuchet ms;
font-size: 12px;
color: #85523C;
 }
 
h4 {
font-family: trebuchet ms;
font-size: 11px;
color: #85523C;
 }
 
h5 {
font-family: trebuchet ms;
font-size: 10px;
color: #85523C;
font-weight: normal;
 }
 
input { 
font-size: 9px;
text-color: white;
background-color: #FEF9A5;
border: normal 1px #311900;
 }
 
select { 
font-size: 9px;
text-color: white;
background-color: #FEF9A5;
border: normal 1px #311900;
 }
 
textarea { 
font-size: 9px;
text-color: white;
background-color: #FEF9A5;
border: normal 1px #311900;
 }
