A:hover {
	color:			#ff0000;
}
A {
	color:			#0000ff;
	text-decoration:	underline;
}
A.listing {
	font-size:		9pt;
}
A.category {
	font-size:		7pt;
}
A.categorylist {
	color:			#000040;
	font-family:		sans-serif;
	text-decoration:	none;
}


BODY {
	background-attachment:	fixed;
	background-color:	#ffffff;
	background-image:	url(background.gif);
	color:			#000000;
	font-size:		10pt;
	margin:			5px;
	text-align:		center;
}

DIV.categorylist {
	background:		#f0f0f0;
	border:			1px outset;
	font-size:		10pt;
	font-weight:		bold;
	opacity:		.8;
	padding:		2px;
	text-align:		left;
}
DIV.categorylist:hover {
	background:		#ffffff;
	border:			1px solid;
	opacity:		1;
	padding:		3px 2px 1px 2px;
}
DIV.feedbackgreen {
	background:		#a0ffa0;
	border:			1px inset;
}
DIV.feedbackwhite {
	background:		#ffffff;
	border:			1px inset;
}
DIV.feedbackred {
	background:		#ffa0a0;
	border:			1px inset;
}
DIV.productbody {
	background:		#ffffff;
	border:			1px solid;
	font-family:		sans-serif;
	font-size:		10pt;
	padding:		5px;
	text-align:		justified;
}
DIV.producttitle {
	background:		#e0e0e0;
	border:			1px outset;
	font-family:		sans-serif;
	font-size:		12pt;
	font-weight:		bold;
	padding:		2px;
	text-align:		center;
}

IMG.listing {
	border:			1px solid #e0e0e0;
	padding:		2px;
	margin:			2px;
	width:			64px;
}
IMG.listing:hover {
	border:			1px solid #000000;
}

SPAN.category {
	color:			#a0a0a0;
}

TABLE.listing {
	border:			1px outset;
	width:			100%;
}
TD {
	vertical-align:		top;
}
TD.listing {
	font-size:		7pt;
	padding:		3px;
	text-align:		left;
}
TD.registerleft {
	font-weight:		bold;
	text-align:		right;
}
TD.registerright {
	text-align:		left;
}
TH.listing {
	border-bottom:		1px outset;
	border-top:		1px outset;
	font-family:		sans-serif;
	font-size:		9pt;
	font-weight:		bold;
	text-align:		left;
}
TR.listing0 {
	background:		#ffffff;
	font-family:		sans-serif;
	padding-botton:		5px;
}
TR.listing1 {
	background:		#f8f8f8;
	font-family:		sans-serif;
	padding-botton:		5px;
}
TR.listingalert {
	background:		#ffb0b0;
	font-family:		sans-serif;
	padding-botton:		5px;
}
TR.listing0:hover,
TR.listing1:hover {
	background:		#ffffb0;
}
