<!--
body {  font-family: Arial, Helvetica, sans-serif}
table.vnav {
	background-color: #3B67B1;
}
th {
	font-size: 14pt;
	font-weight: bold;
}
td {
	font-size: 10pt;
}
td.header {
	font-size: 12pt;
	font-weight: bold;
}
td.vnav {
	background-color: #3B67B1;
}
td.vnavseries {
	font-size: 8pt;
}
h1{
	color : #254580;
}
h3{
	color : #254580;
}

A:link
{
    COLOR: #254580;
}
A:visited
{
    COLOR: #1f3766;
}
A:active
{
    COLOR: #254580;
}
A:hover
{
    COLOR: black;
}

A.vnav:link
{
    COLOR: #000000;
}
A.vnav:visited
{
    COLOR: #000000;
}
A.vnav:active
{
    COLOR: #254580;
}
A.vnav:hover
{
    COLOR: black;
}
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;
  }
td.prdButton {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	cursor:pointer;
	TEXT-ALIGN: center;
	background : FFFFFF;
	vertical-align : top;
}
 td.prdButtonHover {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	cursor:pointer;
	TEXT-ALIGN: center;
	background : D3D3D3;
	vertical-align : top;
}
  
img.product {
border: 1 solid #000000;
}
td.product {
border: 0 solid #000000;
}

td.hd {
	font-size: 1pt;
	color : White;
}
-->