.body2 {
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #containerMain selector */
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        background-color: #666666;
        background-image: url(../images/bgMain.gif);
        background-repeat: repeat-y;
        background-position: center top;
        vertical-align: top;
}

.black10_t{
font-family: Tahoma;
color: #000000;
font-size:10px;
}
.black11_t{
font-family: Tahoma;
color: #000000;
font-size:11px;
}
.black13_v{
font-family: Verdana;
color: #000000;
font-size:13px;
}
.black13_t{
font-family: Verdana;
color: #000000;
font-size:13px;
}

.blue11_t{
font-family: Tahoma;
color: #0072BC;
font-size:11px;
}
.blue13_t{
font-family: Tahoma;
color: #0072BC;
font-size:13px;
}
.blue13_v{
font-family: Verdana;
color: #0072BC;
font-size:13px;
}

.grey09_t{
font-family: Tahoma;
color: #666666;
font-size: 9px;
}
.grey11_t{
font-family: Tahoma;
color: #898989;
font-size: 11px;
}
.grey13_t{
font-family: Tahoma;
color: #898989;
font-size: 13px;
}

.green17_t{
font-family: Tahoma;
color: #5B8694;
font-size:17px;
}

.red11_t{
font-family: Tahoma;
color: #898989;
font-size: 11px;
color:red;
}

.white09_t{
font-family: Tahoma;
color: #FFFFFF;
font-size: 09px;
}
.white11_t{
font-family: Tahoma;
color: #FFFFFF;
font-size: 11px;
}
.white17_t{
font-family: Tahoma;
color: #FFFFFF;
font-size: 17px;
}
.white08{color:#FFFFFF; font-size:8pt;font-family:tahoma;text-decoration: none;}

.ya{
font-family: Tahoma;
color: #000000;
font-size:11px;
border: 1px #A5ACB2 solid;
background: FFFFFF;
}

.padding_0_15 { padding-left: 0px; padding-right: 15px;
font-family:  Tahoma;
font-size: 11px;
color: #000000;
}
.padding_0_35 { padding-left: 0px; padding-right: 35px;
font-family:  Tahoma;
font-size: 11px;
color: #000000;
}
.padding_0_45 { padding-left: 0px; padding-right: 45px;
font-family:  Tahoma;
font-size: 11px;
color: #000000;
}
.padding_35_10 { padding-left: 35px; padding-right: 10px;
font-family:  Tahoma;
font-size: 11px;
color: #000000;
}

.topmenu
{
    BACKGROUND-COLOR:#000000;
    font-size:8pt;
    font-family:tahoma;
}
.topmenuselected
{
    BACKGROUND-COLOR: #9C292D;
    font-size:8pt;
    font-family:tahoma;
}
.topmenu2
{
    BACKGROUND-COLOR: #DEDFDE;
    font-size:8pt;
    font-family:tahoma;
}
.topmenuselected2
{
    BACKGROUND-COLOR: #9C292D;
    font-size:8pt;
    font-family:tahoma;
}
#footer {
        padding: 0 10px 0 20px;
        background-color: #000;
        background-image: url(../images/bgFooter.gif);
        background-repeat: no-repeat;
        height: 26px;
}
#footer p {
        margin: 0;
        padding: 8px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.6em;
        color: #FFFFFF;
}
#footer a:link, #footer a:visited {
        margin: 0;
        padding: 8px;
        color: #FFFFFF;
        text-decoration: none;
}
#footer a:hover {
        margin: 0;
        padding: 8px;
        color: #FFFFFF;
        text-decoration: underline;
}
#footer a:active {
        margin: 0;
        padding: 8px;
        color: #FFFF00;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
}

