body {
margin: 40px 0px 20px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #000;
background-color: #ACA092;
background-image: url(images/tile.jpg);
background-repeat: repeat-xy;
background-position: left left;
background: #ACA092 url(images/tile.jpg) repeat-xy left left;
}

.main {
width: 600px;
border-right: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-color: #fff;
text-align: left;
}

ul.menu {
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
}

.menu a {
float: left;
width: 9em;
text-decoration: none;
color: #fff;
background-color: #ACA092;
padding: 2px 4px 2px 4px;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
}

.menu a:hover {
background-color: #BDB092;
color: #666;
}

.menu li {
display: inline
}

.caption {
font-family: cursive;
font-size: 12px;
text-align: center;
}

td.yes {
background-color: #fff;
border-top: 1px solid #666;
border-right: 1px solid #666;
padding: 0em 0.4em 0em 0em;
}

td.no {
background-color: #CAC0B7;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
padding: 0em 0.4em 0em 0em;
}

td.blank {
border-bottom: 1px solid #fff;
}


td.under {
border-bottom: 1px solid #666;
}

div#mainmenu {
width: 600px;
text-align: left;
}

#mainmenu a {
text-decoration: none;
color: #000;
}

#mainmenu a:hover {
text-decoration: none;
color: #fff;
}


