BODY {
	background-color : White;
	font-family : sans-serif;
	font-size : 10pt;
}
A{
	font-size : 80%;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.menu{
	font-size : 80%;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
}
A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Red;
}
A:VISITED {
	color : Blue;
}
A:HOVER  {
	color : Fuchsia;
}
TH {
	font-size : 75%;
}
TH.vert {
	text-align : right;
	vertical-align : top;
}
TH.horiz {
	text-align : center;
	vertical-align : top;
}
FONT.title {
	color : Blue;
}

FONT.detail {
	color : Fuchsia;
}
FONT.info {
	color : Red;
	font-size : x-small;
}
FONT.price
{
	color: Black;
	font-weight : bold;
}
DIV.alert
{
	color : Red;
}




