@charset "UTF-8";
/* CSS Document */

body {color: black; font-size: small; font-family: Arial, Helvetica, sans-serif; }

.header { background-color:  #4E7634; }
.subheader { background-color:  #CF9346; }

a {color: #4E7634;   text-decoration: underline; } 
a:hover { text-decoration: none; }

.info {color: #000000;   text-decoration: none; } 
.info:hover {color: #000000;   text-decoration: none; } 

.foot {color: #FFF;   text-decoration: underline; } 
.foot:hover {color: #FFF;   text-decoration: none; } 

.featuretitle {color: #000000;   font-weight: bold; text-decoration: none; } 
.featuretitle:hover {color: #000000;   font-weight: bold; text-decoration: underline; } 

.featuresubtitle {color: #CF9346;   text-decoration: none; font-weight: bold; font-size:14px; padding:10px 0 5px;} 

.classroom {color: #4E7634;   text-decoration: underline;} 
.classroom:hover { text-decoration: none; } 

.C_RESULTS_COURSE_TITLE {color: #E72A2D;   font-weight: bold; text-decoration: none; }

.soe {color: #FFF;   text-decoration: none; } 
 

.tab_header
{
    background-color:#4E7634;
    color:#FFF;
    padding: 10px 15px;
    margin: 0;
    font-size:90%; 
    text-decoration:none;
    font-weight:bold; 
    display:block;
}

a.tab_header
{
    background-color:#DCAE6C;
    color:#000;
    margin: 10px 0 6px 0;
    padding:7px 10px 8px 15px;
    text-decoration:none;
    font-weight:bold;
    font-size:90%;
    display:block;
}

.minheight
{
    min-height:900px; 
    height:900px;
}
