/* CSS Document */

a {
 color: #8c0300;
 text-decoration: none;
}

a:hover {
 color: #f79623;
 text-decoration: none;
}

td {
 color: #000000;
 font-family: verdana;
 font-size: 9pt;
 vertical-align: top;
}

td.b {
 text-align: justify;
}

td.maintext {
 padding: 2px;
 background-color: #ffffe5;
 text-align: justify;
}

td.corner {
 width: 11px
 height: 11px
}

td.side {
 background-color: #ffffe5;
}

.maincontent {
 padding: 8px;
 color: #404040;
 width: 750px;
}

.head {
 background-color: #a0d5e2;
 padding: 1px 4px;
 font-weight: bold;
 color: #404040;
}

.bottom {
 border-style: solid;
 border-width: 0 0 1 0;
 border-color: #d5f4a0;
 padding: 1px 4px;
 color: #404040;
}

