<!--
body {  font-family: Arial, Helvetica, sans-serif}
th {
	font-size: 14pt;
	font-weight: bold;
}
td {
	font-size: 10pt;
	font-weight: bold;
}
h1{
	color : Red;
}
h3{
	color : Red;
}

A:link
{
    COLOR: red;
}
A:visited
{
    COLOR: red;
}
A:active
{
    COLOR: red;
}
A:hover
{
    COLOR: black;
}
A.hidden:link
{
    COLOR: white;
	font-size: 1pt;
}
A.hidden:visited
{
    COLOR: white;
	font-size: 1pt;
}
A.hidden:active
{
    COLOR: white;
	font-size: 1pt;
}
A.hidden:hover
{
	cursor:default;
    COLOR: white;
	font-size: 1pt;
}

A.hd:link
{
    COLOR: white;
	font-size: 1pt;
}
A.hd:visited
{
    COLOR: white;
	font-size: 1pt;
}
A.hd:active
{
    COLOR: white;
	font-size: 1pt;
}
A.hd:hover
{
	cursor:default;
    COLOR: white;
	font-size: 1pt;
}
td.button {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	cursor:pointer;
	TEXT-ALIGN: center;
	background : FF0000;
	background-color : FF0000;
}
td.buttonStandard {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	cursor:pointer;
	TEXT-ALIGN: center;
	background : FF0000;
}
 td.buttonHover {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	cursor:pointer;
	TEXT-ALIGN: center;
	background : FFFFFF;
}
 td.buttonSelected {
  font-weight: bold;
  font-size: 10pt; 
  border: 1 solid #000000;
  cursor:hand;
  TEXT-ALIGN: center;
  }
  img.product {
  border: 1 solid #000000;
  }
  td.product {
  border: 0 solid #000000;
  }
  td.hd {
	font-size: 1pt;
	color : White;
}
-->