body {
    background:#000;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


#container {
    padding: 0;
    width: 900px; 
    margin: 0 auto; }        

#content {
    background: #1D1D1D url(/images/content_bkg.jpg); 
    padding: 0 40px 0 40px;}
    
#content h1 {
    font: bold 24px arial;
    color: #CFD073; 
}

h2 {
    font: bold 16px arial;
    color: #CFD073; 
}

#content h3 {
    font: bold 14px arial;
    color: #CFD073;
    border-bottom: dashed 1px #CFD073;
     
}

#content p {
    font: normal 13px arial;
    color: #fff; }

#content ul li {
    font: normal 13px arial;
    color: #fff; }

#content td {
    font: normal 12px arial;
    color: #fff; }

#content td.inverse {
    font: normal 12px arial;
    color: #fff; 
    background-color: #3d3d3d;}
    
#content a {
    color: #42C5F3; 
    text-decoration: underline; }
    
#content a:hover {
    text-decoration: none; }


#header1 { 
    font: bold 15px arial;
    color: #fff;
    text-align: center; }

#header2 { 
    font: bold 15px tahoma;
    color: #fff;
    text-align: center; }

#companyfooter { 
    height: 35px; 
    background: url(/images/marketsource_12.jpg);
    color: #fff;
    font: bold 12px arial;
    text-align: center;
}

#footer {
    margin-top: 5px;
    text-align: center;
    font: normal 10px arial;
    color: #fff; }
    
#footer a {
    text-decoration: underline;
    color: #fff; }
    
#footer a:hover { 
    text-decoration: none; }
    
#body1 {
    padding: 0 12px 0 12px;
    font: normal 14px arial;
    color: #fff; }

#body1 ul {
    margin-left: 30px; }

#body1 ul li {
    color: #fff; }
    









#content fieldset legend {
    font: bold 16px arial;
    color: #55C8F4;
    padding: 5px;
    margin: 0;
}

#content fieldset {
    font: normal 12px arial;
    color: #134279;
    padding: 10px;
    margin: 0;
}

#content fieldset td {
    font: normal 12px arial;
    color: #fff;
}

#content fieldset td a {
    font: normal 12px arial;
    color: #fff;
    text-decoration: none;
}

#content fieldset td a:hover {
    text-decoration: underline;
}

#content fieldset th {
    font: bold 12px arial;
    color: #fff;
    text-align: left;
}


    
