html { overflow-x: auto; }


BODY {

font-family : Verdana, Arial, sans-serif;
font-size : 11px;
color : #00274F;
background-color : #ffffff;
margin : 0;
}

.bodyborder

{

        border-bottom : 1px solid #FFCC00;
        border-left : 1px solid #FFCC00;
        border-right : 1px solid #FFCC00;
        border-top : 1px solid #FFCC00;

}

BR {
font-size : 5px;
margin : 0;
}

A {
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
color : #5678a2;
text-decoration : none;
}

A:hover {
color : #F56655;
text-decoration : underline;
}

INPUT , SELECT {
background-color : #FFFFFF;
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
color : #000000;

}

TEXTAREA {
background-color : #FFFFFF;
color : #00274F;
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
}




LI {

list-style: none;
margin: 10px;
background: url('./images/point.gif') no-repeat 0em;
padding: 2px 2px 2px 20px;
display:block;

}


TD {
color : #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
text-decoration : none;
}

form {
border-width : 0;
padding : 0;
margin : 0;
display:inline;
}

.border {
        border-bottom : 1px solid #FFCC00;
        border-left : 1px solid #FFCC00;
        border-right : 1px solid #FFCC00;
        border-top : 1px solid #FFCC00;
}

.border2 {
        BACKGROUND-REPEAT: repeat-x;
        border-left : 1px solid #FFCC00;
        border-right : 1px solid #FFCC00;
        border-top : 1px solid #FFCC00;
}








/* Categories */

.maincat {
        font-family: Verdana, Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration : none;
}







/* SubCategories on the index page */

.subcat {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        text-decoration : none;

}






/* Category Counters (number of subcategories, number of listings */

.count {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1px;
        color: ffffff;
        text-decoration : none;

}



/* Empty Categories */

.emptycat {
        font-family: Verdana, Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration : none;
        color: 888888;
}


/* Empty SubCategories on the index page*/

.emptycat2 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        text-decoration : none;
        color: 888888;
}


/* Side boxes gray text (hits, date) */

.sideboxtext {
        font-family: Verdana, Arial, sans-serif;
        font-size: 0px;
        text-decoration : none;
        color: ffffff;
}

/* Side boxes description font */

.boxdescr
{
        font-family: Verdana, Arial, sans-serif;
        font-size: 9px;
        text-decoration : none;
        color: 777777;

}

.companyA
{
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-decoration : none;
        font-weight: bold;
        color: red;
}

.companyB
{
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-decoration : none;
        font-weight: bold;
        color: blue;
}

.companyC
{
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-decoration : none;
        font-weight: bold;
        color: green;
}

.companyD
{
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-decoration : underline;
        font-weight: bold;
        color: purple;
}