html { overflow-x: auto; } 


BODY {

font-family : verdana; 
font-size : 11px; 
color : #000000; 
background-color : #FFFFFA; 
margin : 5px; 
} 

BR {
font-size : 5px; 
margin : 0; 
} 

A {
font-family : verdana; 
font-size : 11px; 
color : orange; 
text-decoration : none; 
} 

A:hover {
color : #F56655; 
text-decoration : underline; 
} 

INPUT , SELECT {
background-color : #FFFFEE; 
font-family : verdana; 
font-size : 11px; 
color : #000000;

} 

TEXTAREA {
background-color : #FFFFEE; 
color : #000000; 
font-family : verdana; 
font-size : 11px; 
} 




LI {

list-style: none;
margin: 10px;
background: url('./images/point.gif') no-repeat 0 4px;
padding: 2px 2px 2px 20px;
display:block;

}

LI {

list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 2px 2px 2px 20px;
display:block;

}

UL {

margin-top:0px; 
margin-bottom:0px;
padding: 0px 0px 0px 0px;

}


TD {
color : #000000; 
font-family : verdana; 
font-size : 11px; 
text-decoration : none; 
} 




form {
border-width : 0; 
padding : 0; 
margin : 0; 
display:inline;
} 




/* Categories */

.maincat {
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
	text-decoration : none; 
}







/* SubCategories on the index page */

.subcat {
        font-family: verdana;
        font-size: 10px;
	text-decoration : none; 

}






/* Category Counters (number of subcategories, number of listings */

.count {
        font-family: verdana;
        font-size: 10px;
	color: #CCCCCC;
	text-decoration : none; 

}



/* Empty Categories */

.emptycat {
        font-family: verdana;
        font-size: 11px;
        font-weight: bold;
	text-decoration : none; 
	color: #CCCCCC;
}


/* Empty SubCategories on the index page*/

.emptycat2 {
        font-family: verdana;
        font-size: 11px;
	text-decoration : none; 
	color: #CCCCCC;
}


/* Side boxes gray text (hits, date) */

.sideboxtext {
        font-family: tahoma;
        font-size: 11px;
	text-decoration : none; 
	color: AAAAAA;
}

/* Side boxes description font */

.boxdescr
{
        font-family: verdana, tahoma, arial;
        font-size: 10px;

	text-decoration : none; 
	color: 777777;

}

.companyA
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none; 
        font-weight: bold;
	color: red;
}

.companyB
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none;
        font-weight: bold; 
	color: blue;
}

.companyC
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none;
        font-weight: bold;
	color: green;
}

.companyD
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none; 
        font-weight: bold;
	color: black;
}
