#banner TD {
color: white;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
width: 790;
height: 200;
border: 5 inset red;
}
#banner TD A {
width: 100%;
color: white;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}
#banner TD A:VISITED {
width: 100%;
color: white;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}
#banner TD A:HOVER {
width: 100%;
color: red;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}
#menu TABLE {
width: 790;
}
#menu TD {
background: white url(img/css-nav.gif) repeat-x;
}
#menu TD A {
width: 100%;
color: #120A8F;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 10pt;
}
#menu TD A:VISITED {
width: 100%;
color: #120A8F;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 10pt;
}
#menu TD A:HOVER {
background: white url(img/css-nav2.gif) repeat-x;
color: red;
text-align: center;
text-decoration: none;
font-family: arial;
font-style: italic;
font-weight: normal;
font-size: 10pt;
}
#body TD {
color: #120A8F;
text-align: justify;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}
#body TD A{
color: #120A8F;
text-align: justify;
text-decoration: none;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}
#body TD A:HOVER{
color: red;
text-align: justify;
text-decoration: none;
font-family: arial;
font-style: italic;
font-weight: bold;
font-size: 10pt;
}