/* CSS Document */



.productitem1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	font-weight: bold;

	text-transform: normal;

	color: #6d8841;

	text-decoration: none;

}

a.turnblue:hover {

	color: #6288c7;

	text-decoration: none;

}

a.turnorange:active {

	color: #DF7070;

	text-decoration: none;

}
