﻿body
{
    margin: 0px;
    padding: 0px;
    font-family:'Trebuchet MS', sans-serif, 'Lucida sans', Arial;
    color: #004458;    
}

select 
{    
    
}

table
{
    /*border: 1px solid lightgray;*/
}

th, td 
{
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

input 
{
    font-family:'Trebuchet MS', sans-serif, 'Lucida sans', Arial;    
    color: #004458;    
}

input[type="text"] {
  border: 1px solid #004458;
  padding: 0 5px;
}




