body { background-color: white; }
A { text-decoration: none; color: lavender;}
A:hover { text-decoration: underline; color: white; }
A.a01 { text-decoration: none; color: blue;}
A.a01:hover { text-decoration: underline; color: red; }
.head { font-weight: bold; background: #9999FF; color: white; font-size:120%; }
.title { font-weight: bold; background: #9999FF; color: white; }
.menu { width:20%; }
.c01 { background-color: lavender; text-align: center }
.c02 { background-color: lavender; font-weight: bold; padding-left:10px; padding-right:10px; }
TABLE.table01 { border:none; width: 100% }
TABLE.table02 { border:none; }
TABLE.table02 TD { border: 1px solid black; /*border-style:solid; border-color:black; border-width:1px;*/ }
TABLE.table03 { font-weight:bold; color:blue; border-collapse: collapse; font-size:10pt; }
TABLE.table03 TR { min-height:20px; }
TABLE.table03 TD { border: 1px solid black; padding:0px; text-align:center; vertical-align:middle; }
TABLE.table04 { width:100%; border-collapse: collapse; }
TABLE.table04 TD { border: 1px solid black; padding-left: 3px; }
TABLE.table05 { border: 1px solid black; }
TABLE.table05 TD { border: 1px solid black; padding:1px; vertical-align:middle; font-size:9pt; }
TD.td01 { background-color:navy; font-size:9pt; text-align:center; vertical-align:center; }
DIV.div01 { font-weight:bold; }
B.b01 { color:black; font-weight:bold; text-decoration:underline; }
B.error { color:red; font-weight:bold; }