@charset "utf-8";
/* CSS Document
Font color(s) - 000000, 555555, 2A5892
 */
.brands {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#6E141D;/*change this color */
	text-align:justify;
}
.brands th{
	padding-bottom: 5px;
	text-decoration: none;
	height: 25px;
}
.brands UL{
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 0px;
}
.brands li{
	line-height: 15px;
	padding-bottom: 5px;
}
.brands a:active{
	color: #333333;/*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 #2A5892;
	color:#9ED158; /*change this color */
}
b{
color:#9ED158;
}
