body{
   margin: 0px;
   padding: 0px;
}
a{
   color: #0000CD;
}
td{
    font-family: verdana, Geneva, Arial, sans-serif; 
    font-size: 13px; 
    font-weight: normal; 
    color: #000000; 
    text-decoration: none;
}
.copyright{
    font-family: verdana, Geneva, Arial, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000; 
    text-decoration: none;
}
.asterisk{
   color: red;
}
#first_cell{
   padding-left: 7px;
   padding-right: 7px;
   white-space: nowrap;
}
#content_padding{
   padding: 0 10 10 5px;
}
.page_title{
    font-family: verdana, Geneva, Arial, sans-serif; 
    font-size: 16px; 
    font-weight: bold; 
    color: #00008B; 
    text-decoration: none;
    padding-left: 5px;
    padding-bottom: 10px;
}
/* ------------- inputs ---------------*/
.input_text{
   border: 1px Solid #000000;
}
.input_submit{
   border: 1px Solid #000000;
   font-weight: bold;
   background-color: #EEEEEE;
   padding: 1 2 1 2px;
}
