.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
	line-height: 16px;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid #333333 1px;
}
.divider_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: solid #333333 1px;
}
.normal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #333333;
}
a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
}
.normal_bold a:link, .normal_bold a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
}
.normal_bold a:hover, .normal_bold a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}
.legal a:link, .legal a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}
.legal a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
}
