.menu {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.menusmall {
  font-family: Tahoma;
  font-size: 11px;
  color: #FFFFFF;
}
.bottomtext{
  font-family: Tahoma;
  font-size: 11px;
  color: #DEE0E2;
  padding-left: 10px;
}
.submenusmall {
  font-family: Tahoma;
  font-size: 11px;
  color: #3B547A;
  text-align: right;
        padding-right: 15px;
}
a:hover {
  text-decoration: underline;
}

.form { width:80px;
    height:18px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#4E71AA;
    background-color:#0845AA;
    color:#ffffff;
    margin-left:0px;
    margin-right:0px}

.form1 { width:350px;
    height:20px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#666666;
    background-color:#ffffff;
    color:#666666;
    margin-left:0px;
    margin-right:0px}
    
.textarea {width:350px;
    height:142px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#666666;
    background-color:#ffffff;
    color:#666666;
    overflow:auto;
    margin-left:0px;
    margin-right:0px;}
