@charset "windows-1251";
body
{
	background-color: #3E4953;
	margin-top: 1px;
}

a.mainMenu
{
    font-size: 14px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

a.car
{
    font-size: 11px;
    color: #CCCCCC;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

a:hover.car
{
    font-size: 11px;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.menuSpacer
{
    color: white;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.header
{
    font-size: 12px;    
    color: white;
    font-family: Verdana;
    font-weight: bold;  
}

td
{
    font-size: 13px;
    font-family: Arial;
    color: white;
}

.formlabel
{
    font-weight: bold;   
}

.input
{
    border: 1px solid #2F373F;
    background-color: #576674;
    font-size: 12px;
    font-family: Arial;
    color: white; 
    width: 322px;   
}

.button
{
    border: 1px solid #2F373F;
    background-color: #576674;
    font-size: 12px;
    font-family: Arial;
    color: white; 
}

textarea
{
    border: 1px solid #2F373F;
    background-color: #576674;
    font-size: 12px;
    font-family: Arial;
    color: white; 
    width: 322px;   
    height: 100px;
}

h1
{
    font-size: 14px;
    text-transform: uppercase;
}

a
{
    color: white;
}

p
{
    padding-left: 10px;
    padding-right: 10px;    
}