@charset "utf-8";

/* CSS Document

Font color(s) - 000000, 555555, FF9900

 */

.brands {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffcc00			/* color:#363652;/*change this color */
	text-align:justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.brands th{

	padding-bottom: 5px;
	text-decoration: none;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.brands UL{
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 0px;
}

.brands li{
	line-height: 15px;
	padding-bottom: 5px;
}

.brands a:active{
	color: #555555;/*change this color */
	text-decoration: none;
}

.brands a, .brands a:visited{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

.brands a:hover{
	text-decoration: none;

	border-bottom: 0px solid #333333;

	color:#333333; /*change this color */

}

b{
color:#333333;
}




