BODY 
{ 
    font-size: 9pt; 
    font-weight: normal; 
    font-family: Arial, sans-serif;
    color: black; 
    background-color: white;
    margin: 0pt;
}
table.login
{
    font-size: 9pt; 
    font-weight: normal; 
    font-family: Arial, sans-serif;
    color: black; 
    border: 0pt;
    border-style: none;
    background-color: white;
    cell-spacing: 0;
    border: 1px solid #083c6b;
    width: 400px;
}
td.loginboxheader
{
    background-color: #083c6b;
}
tr.loginboxheader, td.loginboxheader
{
    background-color: #083c6b;
    color: white;
    font-weight: bold;
    padding: 5px;
}
table, table.list
{ 
    font-size: 9pt; 
    font-weight: normal; 
    font-family: Arial, sans-serif;
    color: black; 
    border: 0pt;
    border-style: none;
    background-color: white;
    cell-spacing: 0;
    padding: 0;
}
table.list
{ 
    font-size: 8pt; 
}
tr.title
{
    font-size: 9pt; 
    font-weight: bold;
    font-family: Arial, sans-serif; 
    color: white; 
    background-color: #003466; 
}
tr.header
{
    font-size: 8pt; 
    font-family: Arial, sans-serif; 
    color: white; 
    background-color: #336667;
    text-align: center;
}
tr.even  
{
    background-color: #eeeeee;
}
tr.odd
{
    background-color: #dddddd;
}
input, select, file, button, textarea 
{
    font-size: 9pt; 
    font-weight: normal; 
    font-family: Arial, sans-serif;
}  
table.errormsg
{
  background-color: white;
  color: #black;
}
