a{      color: #000000; }

h1{     font-size: 16px; }

body{
        background-color: white;
        background-image:  url("/images/FinalLogo.png"); 
        background-repeat: no-repeat;
        background-position: right top;
        background-attachment: fixed;
        margin: 0px;
        margin-left:30px;
        margin-right:30px;
        margin-top:45px;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
        /* font-weight: bold; */
        }

td {
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
}

.button {
         border: 1px solid #ffffff;
         background-color: #007ab9;
         height: 25px;
         color: white;
         font-family: verdana;
         font-size: 10px;
         vertical-align: middle;
         }

.textfield {
         height: 20px;
         width: 240px;
         border: 1px solid #000000;
         color: #ffffff;
         background-color: #a8a8a8;
         font-weight: bold;
         vertical-align: middle;
         }

.textfield_white {
         height: 20px;
         width: 240px;
         border: 1px solid #000000;
         font-weight: bold;
         vertical-align: middle;
         }

.textarea {
         height: 120px;
         width: 440px;
         border: 1px solid #000000;
         color: #ffffff;
         background-color: #a8a8a8;
         font-weight: bold;
         vertical-align: middle;
         }

.textarea_white {
         height: 120px;
         width: 440px;
         border: 1px solid #000000;
         font-weight: bold;
         vertical-align: middle;
         }

table {
         border-collapse: collapse;
/*         border: 1px solid silver; */
         }

