A:product {
        font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color : #003066;			
	TEXT-DECORATION: none;
}
BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

A:Visited.product {
	color : #003066;
	font-weight : normal;
	text-decoration : none;
}

A:Hover.product {
	color: #A1283F;
	text-decoration : none;
}

A.link {
	color : #003066;
	font-weight : bold;
	text-decoration : blink;
}

A:Visited.link {
	color : #003066;
	font-weight : bold;
	text-decoration : none;
}

A:Hover.link {
	color: #A1283F;
	text-decoration : none;
	font-weight: bold;
}



