.h1
{
     background: url('../imgs/CT_BG.gif');
margin-bottom:15px;
}

.h1 h1
{
    font-size:15px;
    text-transform: uppercase;
    background:white;
    color:#73C800;
    display:inline;
    padding-right:5px;
    font-weight:bold;
}

.h2
{
     background: url('../imgs/CT_BG.gif');
     margin-top:30px;
     margin-bottom:15px;
     height:10px;
}

.h2 h2
{
    font-size:10px;
    text-transform: lowercase;
    background:white;
    color:#73C800;
    display:inline;
    padding-right:5px;
    font-weight:normal;
   
}

.h3
{
     background: url('../imgs/CT_BG.gif');
     margin-top:30px;
     height:12px;
}

.h3 h3
{
    font-size:12px;
    text-transform: lowercase;
    background:white;
    color:#73C800;
    display:inline;
    padding-right:5px;
    font-weight:bold;
   
}

h3
{
color:black;
}

.h4
{
     background: url('../imgs/BLACK_BG.gif');
     margin-top:30px;
     margin-bottom:0px;
     height:7px;
}

.h4 h4
{
    font-size:10px;
    text-transform: lowercase;
    background:#f0f0f0;
    color:#555555;
    display:inline;
    padding-right:5px;
    font-weight:normal;
   line-height:7px;
}

.ctfooter
{
padding:5px;
height:28px;
background: url('../imgs/CT_HL_BG1.gif') repeat-x;

}
