﻿body 
{
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;    
}

.MenuItem
{
    background-color: #FFFFFF; 
    height:26px; 
    width: 189px; 
    background-image: url('../images/menubullet.gif'); 
    background-position: 177px center; 
    background-repeat: no-repeat;
    text-align: center;    
}
.BreadCrumbs
{
    background-color: #FFFFFF; 
    padding-right: 35px; 
    padding-top: 5px; 
    height: 25px;    
}

.ContactLabel
{
    width: 55px; 
    padding-right: 12px;      
    font-weight: bold;
    color: #000000;      
}

.ContactInput
{
    width: 140px; 
    height: 15px; 
    border-color: White;
}
