body { background-color: #fff;
margin: 0px;
margin-bottom: 10px;
text-align: justify;
}
body, input, textarea { font-family: "Arial", sans-serif;
font-size: 8pt;
color: #666;
}
#box {
 border: 1px solid #c00;
 border-left: 1px solid #ffb0b0;
 margin: 12px 8px 2px 0px;
 float: left;
 width: 400px;
}
#bumper { width: 500px; height: 10px;
background: #666 url("bot.gif") no-repeat scroll bottom left;
}
#menu_box {
 float: left;
 margin: 12px 0px 12px 0px;
 width: 260px;
}
#menu_bumper { width: 250px; height: 10px;
background: #c00 url("menu_bot.gif") no-repeat scroll bottom left;
}
#menu { margin-top: 12px;
width: 260px;
float: right;
}
form { padding: 0px; margin: 0px; }
a, a:visited { color: #666; text-decoration: none; }
#box a, #box a:visited { color: #666; text-decoration: none; }
#menu_box a, #menu_box a:visited { color: #666; text-decoration: none; }
a:hover, a:visited:hover, .menu a:hover, .menu a:visited:hover { color: #fff; background-color: #ffb0b0; }
a.nohov:hover, a.nohov:visited:hover { background-color: #fff; }
.orange { color: #c00 !important; }
.black { color: #666 !important; }
.red { color: #f00 !important; }
a.red:hover { color: #f99 !important; }
h1 { color: #666;
margin: 0px;
padding: 0px;
font-size: 32px;
font-weight: bold;
font-family: arial, sans-serif;
display: inline;
}
p { margin-top: 12px; margin-bottom: 0px; }
ol { text-align: left; }