.black_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #0099FF;
	text-decoration: none;
	font-weight: bolder;
}
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.moreProd {
	border: 1px solid #a0a0a0;
	background-color: #e5e5e5;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding-top: 2px;
}
.moreProd a{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.moreProd a:hover{
	text-decoration: none;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
}
.enter {
	border: 1px solid #a0a0a0;
	background-color: #e5e5e5;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 100px;
	padding-top: 3px;
}
.enter a{
	text-decoration: none;
	color: #000;
}
.enter a:hover{
	text-decoration: none;
	color: #767676;
}
