.hyperlink:link {
	text-decoration:none;
	font-size: 16px;
	color: #9B9B9B;
	background-repeat: no-repeat;
	font-weight: normal;

}
.hyperlink:visited {
	text-decoration:none;
	font-size: 16px;
	color: #9B9B9B;
	background-repeat: no-repeat;
	font-weight: normal;

}
.hyperlink:active {
	font-size: 16px;
	color: #9B9B9B;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;


}
.hyperlink:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}





.productlink:link {
	text-decoration:none;
	font-size: 16px;
	color: #333333;
	background-repeat: no-repeat;
	font-weight: bold;

}
.productlink:visited {
	text-decoration:none;
	font-size: 16px;
	color: #333333;
	background-repeat: no-repeat;
	font-weight: bold;

}
.productlink:active {
	font-size: 16px;
	color: #333333;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;


}
.productlink:hover {
	text-decoration:underline;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}
.text {
	font-size: 16px;
	color: #333333;
}

.homelink:link {
	text-decoration:none;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	font-weight: bold;

}
.homelink:visited {
	text-decoration:none;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	font-weight: bold;

}
.homelink:active {
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;


}
.homelink:hover {
	text-decoration:underline;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}