table.solid {
      border-color: black;
        border-width: 1;
        border-style: solid;
}

table.td {
  font-family: verdana;
  font-size: 12pt;
}

p {
      font-family: courier;
        font-weight: bold;
        font-size: 11pt;
        line-height: 12pt;
        color: #0000FF;
        text-decoration:none;
}

li {
      font-family: courier;
        font-weight: plain;
        font-size: 10pt;
        line-height: 10pt;
        color: #00009F;
        text-decoration:none;
}

h5 {
      font-family: courier;
        font-weight: plain;
        font-size: 14pt;
        line-height: 14pt;
        color: #000000;
        text-decoration:none;
}

a:link {
      font-family: courier;
        font-weight: bold;
        font-size: 11pt;
        line-height: 15pt;
        color: #FFFFFF;
        text-decoration:none;
}


a:visited {
      font-family: courier;
        font-weight: bold;
        font-size: 11pt;
        line-height: 15pt;
        color: #FFFFFF;
        text-decoration:none;
}

a:hover {
        font-family: courier;
        font-weight: bold;
        font-size: 12pt;
        line-height: 15pt;
        color: #FFFF00;
}

a:active {
 font-family: courier;
        font-weight: bold;
        font-size: 13pt;
        line-height: 15pt;
        color: #FFFF00;
}