BODY
{
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10pt;  
    background-color: #FFFFFF;     
}
	       
A, A:link, A:visited
{
    color: #4EB045;
    font-weight: bold;
    text-decoration: none;
}

A:active, A:hover
{
    color: #AED4A0;
    font-weight: bold;
    text-decoration: none;
}

td, input, select { 

    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    font-size: 10pt; 
    
}

.MenuItem
{ 
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 10pt;
    color: #000000;
}

.ColHead
{
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    align: center;
}

.Comment
{
    font-size: 8pt;
}

.PageHeader
{
    font-size: 12pt;
    font-weight: bold;
}

tr.Committed td
{
    background-color: #FFFFFF;
}

tr.UnCommitted td
{
    background-color: #FFFF99;
}

tr.line1 td {

    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size  : 8pt;
    color      : #000000;
    background-color: #bbddff;
    
}

tr.line2 td {

    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size  : 8pt;
    color      : #000000;
    background-color: #e0e0e0;

}

tr.header td {

    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size  : 8pt;
    font-weight: bold;
    color      : #ffffff;
    background-color: #637b94;

}
