﻿body 
{
    /*font-family: Myriad Pro Cond;*/
    font-family:Tahoma;
    font-size: 11pt;
    color: #333366;
}

#mainContainer
{
    margin: 0px auto 0px auto;
    width: 900px;
}
.headerText
{
    font-size: 14pt;
    text-align: center;
}

.topNavMenu
{
    font-size: 9pt;
}

.FALogo
{
    height: 85px;
    background-image: url(../images/biz_logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 10px;
    border-bottom: solid 1px #999999;
    margin-bottom: 20px;
    text-align: center;
}

.FAlogosm
{
    width: 200px;
    height: 43px;
    background-image: url(../images/biz_logo_sm.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.helpIcon
{ 
    width: 21px; 
    height: 21px;
      background-image: url(../images/help.jpg);
      background-repeat: no-repeat;
      background-position: center center;
}

.template_editable
{
    color: #990000;
    cursor: pointer;
}


