body {
 color: #000000;
 background: #FFFFFF;
 font-family: Arial;
}
a:link {
 font-style: italic;
 text-decoration: underline;
 color: #A3A3A3;
}
a:visited {
 font-style: italic;
 text-decoration: underline;
 color: #A3A3A3;
}
a:hover {
 font-style: italic;
 text-decoration: underline;
 color: #00C0FF;
}
h2 {
 font-size: 25px;
 font-weight: bold;
 font-style: italic;
 color: #000000;
}
h3 {
 font-size: 20px;
 font-weight: bold;
 font-style: italic;
 color: #000000;
}
h4 {
 font-size: 12px;
 font-family: Arial;
 color: #000000;
}
fieldset {
 font-family: Arial;
 color: #C0C0C0;
 width: 80%;
}
legend {
 font-family: Arial;
 font-weight: bold;
 font-style: italic;
 color: #ADADAD;
}
TD.TAB1 {
 background: #00007F;
}
TD.TAB2 {
 background: #00003F;
}
TD.NO {
 background: #0000A0;
}
caption {
 font-weight: bold;
 font-style: italic;
 color: #FF8000;
}