html {
    overflow-y: scroll;
}

body { 
    background-image: none; 
    background-color: #FFFFFF
}

.head {
   font-family: helvetica,arial,sans-serif;
   font-size: 18pt;
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

.sub1 {
   font-family: helvetica,arial,sans-serif;
   font-size: 14pt;
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

.sub2 {
   font-family: helvetica,arial,sans-serif;
   font-size: 12pt;
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

body, div, p, th, td, li, dd  {
   font-family: helvetica,arial,sans-serif;
   font-size: 10pt;
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: normal;
}

a:visited {
   color: #8F0099;
   text-decoration: underline;
   font-style: normal;
   font-weight: bold;
}

a:active {
   color: #000099;
   text-decoration: underline;
   font-style: normal;
   font-weight: bold;
}

a:link {
   color: #000099;
   text-decoration: underline;
   font-style: normal;
   font-weight: bold;
}

a:hover {
   color: #FF0000;
   text-decoration: underline;
   font-style: normal;
   font-weight: bold;
}

.btable { 
    border-collapse: collapse; 
    border: 1px solid #111111; 
}

.btd { 
    border: 1px solid #111111; 
}

