.menu
{
    font-size: 100%;
    position: absolute;
    visibility: hidden;
}

body
{
    margin: 0 0 20px 0;
    background-color: #ECECEC;
    text-align: center;
}

.innerBodyMargin
{
    margin: 20px 0 20px 0;
}

td, div
{
    font: 11px Verdana;
    color: #555555;
    line-height: 130%;
}
.bginput
{
    height: 23px;
    border: 1px solid #CBCBCB;
    background: url(../images/bg_input.gif) repeat-x #EDEDED;
    font: 11px verdana;
    color: #555555;
}
.bgtextarea
{
    border: 1px solid #CBCBCB;
    background: url(../images/bg_textarea.gif) repeat-x #EDEDED;
    font: 11px verdana;
    color: #555555;
}
.pic
{
    border: 1px solid #BEBEBE;
}

.search
{
    background: url(../images/text_field_bg_tile.gif) repeat-x;
    border: none;
    width: 120px;
    height: 29px;
    padding: 7px 0 0 0;
    margin-right: 10px;
    font: 11px verdana;
}

.textFieldLeft
{
    background: url(../images/text_field_left_bg.gif) no-repeat;
    width: 22px;
    height: 29px;
    margin: 0;
}

.textFieldRight
{
    background: url(../images/text_field_right_bg.gif) no-repeat;
    width: 3px;
    height: 29px;
    margin-left: -10px;
}

.9pxArial
{
    font: 9px Verdana;
    color: #797979;
}
.k11pxGrey
{
    font-size: 11px;
    color: #555555;
    text-decoration: none;
}
a.link11pxGrey
{
    font-size: 11px;
    color: #555555;
    text-decoration: underline;
}

a.link11pxGrey:hover
{
    font-size: 11px;
    color: #555555;
    text-decoration: none;
}
.link11pxBoldGreen1
{
    font-size: 11px;
    color: #009F00;
    font-weight: bold;
    text-decoration: none;
}
a.link11pxBoldGreen
{
    font-size: 11px;
    color: #009F00;
    font-weight: bold;
    text-decoration: underline;
}
a
{
    font-size: 11px;
    color: #009F00;
    text-decoration: underline;
}

a.link11pxBoldGreen:hover
{
    font-size: 11px;
    color: #009F00;
    font-weight: bold;
    text-decoration: none;
}

a.link11pxBoldGrey
{
    font-size: 11px;
    color: #7B7B7B;
    font-weight: bold;
    text-decoration: underline;
}

a.link11pxBoldGrey:hover
{
    font-size: 11px;
    color: #7B7B7B;
    font-weight: bold;
    text-decoration: none;
}

a.link9Verdana
{
    font-size: 9px;
    color: #656565;
    text-decoration: none;
}

a.link9Verdana:hover
{
    font-size: 9px;
    color: #656565;
    text-decoration: underline;
}

a.link11Verdana
{
    font-size: 11px;
    color: #656565;
    text-decoration: none;
}

a.link11Verdana:hover
{
    font-size: 11px;
    color: #656565;
    text-decoration: underline;
}

.inputText
{
    font: 11px verdana;
    height: 21px;
    width: 156px;
    color: #555555;
}

.textarea
{
    font: 11px verdana;
    color: #555555;
}

.ulCustom
{
    list-style-image: url(../images/arrow_bullet.gif);
    list-style: none;
    margin: 0;
}

li
{
    margin: 0;
    padding: 2px 0 2px 0;
    margin-left: -20px;
}