/* CSS Document */

body { background-color: #577AA0; }

.white { background-color: #ffffff; }

#displayDate { padding-right: 20px;
text-align: right;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #ffffff; }

#main { padding-top: 5px; }

#textBox { border-top: 3px solid #577AA0;
padding: 20 10 5 10; }

#menuBox { padding-top: 5px; }
.menuTop { background-color: #B3BAC3; border-bottom: 1px solid #666666; }
.menuMiddle { background-color: #E3E6EA; }
.menuBottom { background-color: #B3BAC3; border-top: 1px solid #666666; }

#title { white-space: nowrap;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px;
color: #000000; }

#copyright { font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #999999;
text-align: center;
padding-bottom: 5px; }

#footer { padding-right: 10px; text-align: right; }

#textarea1, #texarea1 td, #textarea2, #texarea2 td {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #000000;
line-height: 120%;
}

a { color: #577AA0; text-decoration: underline; }
a:hover { color: #577AA0; text-decoration: underline; }
img, img a, img a:hover { border-color: #577AA0; }