 
.bodytextbold {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bodytext{
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.headercompanypage {
	font-family: "Arial Narrow";
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.headercategorypage {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}


a:link {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #CC0000;
	text-decoration: underline;
}
