body
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:11px;
         background-color:#E6F6FB;
         color:#003366;

    }
body
    {
         scrollbar-face-color: #FFFFFF;
         scrollbar-shadow-color: #00009F;
         scrollbar-highlight-color: #B8C1DA;
         scrollbar-3dlight-color: #FFFFFF;
         scrollbar-darkshadow-color: #B8C1DA;
         scrollbar-track-color: #E6F6FB;
         scrollbar-arrow-color:#00009F;
    }
table, th, td
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:11px;

         color:#003366;
    }
.content{    font-weight:500;
         background-color:#666666;
    }

.td
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:10px;
         color:#800000;
         font-weight:500;
         background-color:#FAE9C7;

    }

.headline
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:12px;
         color:#004D91;
         font-weight:bolder;
    }
.headline_2
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:9px;
         color:#004D91;
         font-weight:bolder;
    }

.subheadline
    {
         font-family:verdana,helvetica,arial,sans-serif;
         font-size:10px;
         color:#800000;
         font-weight:500;
    }
a
      {
         text-decoration:none;
      }
         a:link {color:#004D91; }
         a:active {color:#00A0FF; }
         a:visited {color:#004D91; }
         a:hover {color:#4F4F4F;
         text-decoration:underline;
        }
input, textarea, select, option{
 font-family:verdana,helvetica,arial,sans-serif;
color:#004D91;
 border-width:1px;
background-color:#DDDDDD;
 border-color:#8F8F8F;
          scrollbar-face-color: #AFAFAF;
         scrollbar-shadow-color: #eeeeee;
         scrollbar-highlight-color: #FFFFFF;
         scrollbar-3dlight-color: #FFFFFF;
         scrollbar-darkshadow-color: #000000;
         scrollbar-track-color: #AFAFAF;
         scrollbar-arrow-color:#000000;

}
.submit{
background-color:#FAE9C7;
font-weight:bolder;
 border-width:3px;
  border-style:groove;


}