body { background-color: #ffffff; }

p { font-size: 10pt; }

table { font-size: 10pt; }

div#header {
 position: absolute; top: 10px; left: 10px;
 height: 32px; width: 180px;
 border-style: none;
}
div#banner {
 position: absolute; top: 10px; left: 180px;
 height: 38px; width: 520px;
 border-style: none;
 background-color: #99CC33;
 text-align: center; color: #ffffff;
}
div#main {
 position: absolute; top: 50px; left: 10px;
 width: 700px;
 border-style: dotted; border-color: #99CC33;
 padding: 2px;
}

div.title {
 color: #ffffff;
 background-color: #99CC33;
 text-align: center;
 line-height: 14pt;
}
div.menu {
 color: #ffffff;
 background-color: #660000;
 text-align: center;
}
div.text {
 line-height: 14pt;
}
span.title {
 font-size: 12pt;
 line-height: 20pt;
 font-weight: bold;
}

