/* navigation elements */ @import url("navi.css");
/* page structure */ @import url("pages.css"); 
/* section colors */ @import url("colors.css"); 


/* general styles 
 */
body
{
    font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color: Black;
}

input, select, textarea	
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color: Black;
}

p
{
    margin: 0px 0px 20px 0px;
} 

strong	
{
    color: #3c3c3c;
}


/* headings 
 */
h1
{
    font-size: 200%; 
    margin: 0px 0px 15px 0px; 
    font-weight: normal;
}

h2
{
    font-size: 160%; 
    font-weight: normal; 
    margin: 0px 0px 10px 0px;
}

h3
{
    font-size: 100%; 
    font-weight: bold; 
    margin: 0px 0px 8px 0px; 
    color: #3c3c3c;
}

#mainContent h3
{
    margin-bottom: 10px;
}

h4
{
    font-size: 100%; 
    margin: 0px 0px 10px 0px; 
    font-weight: bold; 
    text-transform: uppercase; 
    color: #3c3c3c;
}


/* links 
 */
a:link, a:visited, a:active
{
    text-decoration: none; 
    color: #3C3C3C;
}

#news a, .paging a
{
    color: #3c3c3c !important;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: 0px;
}
