.border {
    border: 1px dotted #999999;
}
.body-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #333333;
}
.text-blue {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #009999;
}
.text-red {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #CC0000;
}
.text {
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
}
.text-red-big {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #CC0000;
}
.text-big {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: #000000;
}
.text-red-lessons {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    color: #CC0000;
    text-transform: uppercase;
    font-weight: normal;
}

.hr-border {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #66CCFF;
    border-right-color: #66CCFF;
    border-bottom-color: #66CCFF;
    border-left-color: #66CCFF;
}
a.bottom:link {
    font-family: Tahoma;
    font-size: 12px;
    color: #990000;
    text-decoration: none;
    font-weight: bold;

}
a.bottom:visited {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;

}
a.bottom:hover {
    font-family: Tahoma;
    font-size: 12px;
    color: #FF9900;
    text-decoration: underline;
    font-weight: bold;

}
a.bottom:active {
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    font-weight: bold;

}
.text-white {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;

}
.text-red1 {

    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #CC0000;
}
.text-blue1 {

    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #0066CC;
    font-weight: normal;
}
a.memlink:link {
    font-family: Tahoma;
    font-size: 11px;
    color: #003399;
    text-decoration: none;
}
a.memlink:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: #990000;
    text-decoration: none;
}
a.memlink:hover {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
    text-decoration: underline;
}
a.memlink:active {
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.text-green {
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 30px;
    color: #38761D;
}

.text-blue-c {
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 17px;
    color: #0C69FF;
}

.text-red-b {
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 27px;
    color: #CC0000;
}

table.main {
border-spacing: 2px;
border:0px none #709500;
border-collapse: collapse;
}
 
table.main td {
border-width: 1px;
border-style: solid;
border-color: #709500;
padding: 5px 5px 5px 5px;
}

/*-------navigation-----------*/
#top-nav ul {
        margin: 0;  
        padding: 0px;
        list-style-type: none;  
        text-align: center;  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        padding: 13px 17px 10px 17px;
        background: transperent;
        }  
#top-nav ul li {
        display: inline;
        }
#top-nav ul li a {
        text-decoration: none;  
        color: #fff;
        background: transperent;
        padding: 13px 17px 10px 17px;
        }
#top-nav ul li a:hover {
        color: #ca0000;
        background-color: #fff;
        }

.top-link-bg{
    background-image: url(images/menu-bg.jpg);
    background-repeat: no-repeat;
}
/*-------/navigation-----------*/


/* index CSS new Changes */
.arial-30-red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #CC0000;
}
.impact-30-red {
    font-family: Impact;
    font-size: 35px;
    color: #CC0000;
}
.impact-40-red {
    font-family: Impact;
    font-size: 50px;
    color: #CC0000;
}
.impact-30-black {

    font-family: Impact;
    font-size: 35px;
    color: #333333;
}
.arial-22-black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #333333;
    line-height: 36px;
}
.ari-22-red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #CC0000;
}
/* new index page css */

.times-30-red {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #c52310;
    text-decoration: none;
}
.arial-30-black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #000000;
}
.free-bg-1 {
    background-image: url(images/free-bg-1.gif);
    background-repeat: repeat-y;
    background-position: center;
}
.free-bg {
    background-image: url(images/free-bg.gif);
    background-repeat: no-repeat;
    background-position: top;
}
.text-yellow-bg {
    color: #333333;
    line-height: 36px;
    background-color: #fff600;
}
.times-30-black {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #040404;
}
.no-problem {
    background-image: url(images/two-mens.jpg);
    background-repeat: no-repeat;
}


