A{
  text-decoration:none;
  color:#0232GB;
  }

A:hover{
        text-decoration:underline;
        }

BODY {
      font-family:Verdana,Arial,Helvetia;
      font-size:10pt;
      }

TABLE {
       font-family:Verdana,Arial,Helvetia;
       font-size:10pt;
       }

.menulink{
          color:#DCDCDC;
          text-decoration:none;
          font-weight: bold;
          }

.menulink:hover{
                color:#DCDCDC;
                text-decoration:underline;
                font-weight: bold;
               }
.txtlink{
         text-decoration:none;
        }

.txtlink:hover{
         text-decoration:underline;
        }

.detail{
        font-size:10pt;
        border-style:solid;
        border-color:#333333;
        border-width:1pt;
       }

.dethead{
        font-size:10pt;
	font-weight: bold;
        color: #333333;
        border-style:solid;
        border-color:#333333;
        border-width:1pt;
	background-color:#809DC9;
       }

.formsmall{
       color: #FFFFFF;
       font-size: 10px;
       }
