﻿body 
{
    margin: 0px;
}
.bg
{
    /*background-image: url(../images/bg.jpg);*/
    background-attachment: fixed;
    background-repeat: repeat-x;
}
.tableBg
{
    background-color: #EAEAEA;
}
.topBar
{
    height: 15px;
    background-color: #A3A3A3;
}
.welcomeBar
{
    height: 40px;
    background-color: #A3A3A3;
}
.txtReg
{
    font-family: Georgia, Verdana, Arial;
    font-size: .8em;
    padding: 10px;
    color: #333333;
}
.txtLgBold
{
    font-family: Georgia, Verdana, Arial;
    font-size: 1em;
    padding: 10px;
    color: #333333;
    font-weight: bolder;
}
.txtFieldTitle
{
    font-family: Georgia, Verdana, Arial;
    font-size: .8em;
    padding-left: 10px;
    color: #333333;    
}
.txtFieldInput
{
    font-family: Georgia, Verdana, Arial;
    font-size: .8em;
    color: #333333;    
}
.footer
{
    background-color: #9C0808;
    height: 30px;
    font-family: Georgia, Verdana, Arial;
    font-size: .8em;
    padding: 10px;
    color: #fff;    
}
.paddingHorz
{
    padding-bottom: 10px;
}