html  {
	overflow-x: auto; 
} 


BODY {

	font-family : verdana;
	font-size : 11px; 
	color : white; 
	background-color : #FFFFFF;
	margin : 0; 
} 

.bodyborder

{

	border-bottom : 1px solid #B8B7B5;
	border-left : 1px solid #B8B7B5;
	border-right : 1px solid #B8B7B5;
	border-top : 1px solid #B8B7B5;

}

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

A {
	font-family : verdana;
	color : #2C6CB4; 
	text-decoration : underline; 
} 

A:hover {
	color : red; 
	text-decoration : underline; 
} 

INPUT , SELECT {
	background-color : #FFFFFF; 
	font-family : verdana;
	font-size : 11px; 
	color : #3F3F3F;
	border: 1px solid #B8B7B5;
} 

TEXTAREA {
	background-color : #FFFFFF; 
	color : #3F3F3F; 
	font-family : verdana;
	font-size : 11px; 
	border: 1px solid #B8B7B5;
} 

LI {
	list-style: none;
	margin: 10px;
	background: url('./images/arrow.gif') no-repeat 0em;
	padding: 2px 2px 2px 15px;
	display:block;
}

TD {
	color : #3F3F3F; 
	font-family : verdana;
	font-size : 11px; 
	text-decoration : none;
	valign:top;
} 

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

.border {
	border-bottom : 1px solid #B8B7B5;
	border-left : 1px solid #B8B7B5;
	border-right : 1px solid #B8B7B5;
	border-top : 1px solid #B8B7B5;
}

.border2 {
	BACKGROUND-REPEAT: repeat-x;
	border-left : 1px solid #B8B7B5;
	border-right : 1px solid #B8B7B5;
	border-top : 1px solid #B8B7B5;
}

/* Categories */

.maincat {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
        text-decoration : underline; 
}

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

/* SubCategories on the index page */

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

}

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

.count {
        font-family: verdana;
        font-size: 9px;
	color: 888888;
	text-decoration : none; 
}

/* Empty Categories */

.emptycat {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
	text-decoration : none; 
	color: 888888;
}

/* Empty SubCategories on the index page*/

.emptycat2 {
        font-family: Helvetica;
        font-size: 10px;
	text-decoration : none; 
	color: 888888;
}

.more {
    font-family: verdana;
    font-size: 9px;
	text-decoration : underline;
	align: right;
}

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

.sideboxtext {
        font-family: verdana;
        font-size: 10px;
	text-decoration : none; 
	color: #000000;
}

/* Side boxes description font */

.boxdescr
{
        font-family: verdana;
        font-size: 9px;
	text-decoration : none; 
	color: 999999;
}

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

.companyB
{
        font-family: verdana;
        font-size: 10px;
	text-decoration : none;
        font-weight: bold; 
	color: blue;
}

.companyC
{
        font-family: verdana;
        font-size: 10px;
	text-decoration : none;
        font-weight: bold;
	color: green;
}

.companyD
{
        font-family: verdana;
        font-size: 13px;
	    text-decoration : underline; 
        font-weight: bold;
}
