/* CSS Document */
body {

}

.leftRightBorder {
    border: 2px solid #963;
}

.mainTxt {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    color: #383838;
    line-height: 17px;
}

.mainTxt a:link {
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #383838;
}

.mainTxt a:visited {
 text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #383838;
}

.mainTxt a:hover {
    text-decoration: underline;
    color: #2F94C8;
}

.mainTxt1 {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    color: #383838;
    line-height: 17px;
}

.mainTxt1 a:link {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #383838;
}

.mainTxt1 a:visited {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #383838;
}

.mainTxt1 a:hover {
    text-decoration: underline;
    color: #2F94C8;

    a . blueLink: link { text-decoration: underline;
    color: #329CD3;
}

a.blueLink:visited {
    text-decoration: underline;
    color: #329CD3;
}

a.blueLink:hover {
    text-decoration: none;
    color: #329CD3;
}

.tahoma11White {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    color: #FFFFFF;
}

.new {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    color: #EF4B25;
}

