body
{
    background:         #EFEFEF;
}

body, td, input, textarea
{
    font-family:        Tahoma;
    font-size:          13px;
}

a, a:link, a:visited
{
    color:              #CD1B22;
    text-decoration:    none;
}

a:hover, a:active
{
    color:              #FF0000;
    text-decoration:    none;
}

h1, h2, h3
{
    margin-top:         0px;
    margin-bottom:      0px;
    
    color:              #AE242A;
}

h1
{
    font-size:          22px;
}

h2
{
    font-size:          19px;
}

h3
{
    font-size:          16px;
}

#mainTable
{
    background:         #FFFFFF;
    
    border:             1px solid #A2A2A2;
}

.topLogo
{
    background:         #CD1B22;
}

.bottomInfo
{    
    background:         #CD1B22;
    text-align:         center;

    font-family:        Tahoma;
    font-size:          13px;
    font-weight:        bold;
    
    color:              #FFFFFF;
}

.menuItem
{
    background:         #FFFFFF;
    
    color:              #CD1B22;
}

.menuItemHover
{
    background:         #E8E8E8;
    
    color:              #CD1B22;
}

.menuItemActive
{
    background:         #CD1B22;
    
    color:              #FFFFFF;
}

.menuItem, .menuItemHover, .menuItemActive
{
    cursor:             hand;
}

.black a, .black a:link, .black a:visited
{
    color:              #000000;
    text-decoration:    none;
}

.black a:hover, .black a:active
{
    color:              #FF0000;
    text-decoration:    none;
}

.datetime
{
    font-family:        Tahoma;
    font-size:          11px;

    
    color:              #737373;
}