
body {
    background-color: #fff;   
}

legend {
    font-weight: bold;
    color: #173a8b;
    padding: 0 5px 0 5px ;
}

.border1 {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 5px 2px 2px 5px;
    color: #666;
    font-size: 12pt;
}

.border2 {
    background-image:url(header.jpg);
    background-color: #173a8b;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    width: 950px;
    height: 100px;
    padding-left: 20px;
}

a  {
    color: #173a8b;
    text-decoration: none;
}

.border3 {
    border-bottom: 1px solid #e4e4e4;
}

.footer {
   border-top: 1px solid #e4e4e4; 
   color: #000;
   font-size: 10pt;
}

.footer a {
    color: #000;
    font-size: 10pt;
    text-decoration: none;
}