body {
    font-family: arial,verdana,helvetica,lucida,sans-serif;	
    color: black;
    background-color: white;
    margin-top: 4px;
}

.title {
    font-size: 14px;
    background-color: #fee;
    margin-top: 10px;
    border: 1px solid black;
    padding: 5px;
}

.tabular_data {
    color: black;
    font-family: arial,verdana,helvetica,lucida,sans-serif;
    font-size: 13px;
}

.small {
    font-size: 11px;
}

a:link { 
    color: #0000cc; 
} 
a:visited { 
    color: #551a8b;
} 
a:active { 
    color: #ff0000; 
} 

.button {
    padding: 3px; 
    background-color: #efefef;
    font-size: 9px;
    font-weight: bold;
    color: #003366;
}

.help {
    font-size: 9px;
    font-style: italic;
}

select:focus, textarea:focus, input:focus {
    background-color: #fee;
}

.input {
    background-color: #fee;
}

.error {
   color: #f33;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.year_row {
    background-color: #fee;
    border: 1px solid black;
    padding: 5px;
}

