.headfont {
	font-family: tahoma;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #888888;
}

.productfont {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	color: #888888;
}

.productfont_thin {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
	color: #888888;
}

.productfont_white {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
}

.productfont_light {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #bbbbbb;
}

a.product {
	text-decoration: none;
}

a.grey:link {
	text-decoration: none;
	color: #888888;
}

a.grey:visited {
	text-decoration: none;
	color: #888888;
}

a.grey:hover {
	text-decoration: none;
	color: #888888;
}

a.grey:active {
	text-decoration: none;
	color: #888888;
}

a.nodec:link { text-decoration: none; }
a.nodec:active { text-decoration: none; }
a.nodec:visited { text-decoration: none; }
a.nodec:hover { text-decoration: none; }
