body
{
    font-family: Times New Roman;
    font-size: x-small;
    background-color: #0080cd;;
    background-position: left top;
    background-attachment: fixed;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: left;
    color: white;
}
P.Warning
{
    font-weight: normal;
    font-size: 7pt;
    color: #0099cc;
    text-align: center
}
TABLE
{
    padding: 0;
    text-align: left;
    background-color: #99CCFF;
}
TR.LngLnk
{
    font-size: xx-small;
    color: blue;
    font-family: Arial;
    text-align: center
}
TD.BluBack
{
    background-position: right top;
    background-attachment: fixed;
    background-image: url(/_comimg/BluBack.gif);
    background-repeat: no-repeat;
    height: 50px;
    text-align: right;
}
LI,span,div
{
  /*margin: 1px;
  padding: 2px;*/
  width: 140px;
  text-align: left;
  background-color: #E5E5FF;
  border-left: 1pt solid #CCCCFF;
  border-right: 1pt solid #EFEFFF;
  border-bottom: 1pt solid #CCCCFF;
  border-top:  1pt solid #EFEFFF;
}
div:hover   { background-color: #CCCCff; }

/* Class */
/* ***** */
.Manufacturer
{
    font-size: xx-small;
    color: #ff0000;
    font-family: Arial;
    text-align: center
}

/* Anchor with hovering */
/* ******************** */
A          { color: #000033; text-decoration: none }
A:hover    { text-decoration: underline; }
A:visited  { margin: 0px; color: #ff2222; text-decoration: none }

/* Button anchors with hovering */
/* **************************** */
A.BtnPrd
{
    text-decoration: none;
	padding-left: 10;
    padding-top: 3;
    padding-bottom: 3;
    width: 100%;
    cursor: hand;
    color: blue;
    background-color: transparent;
}
A.BtnPrd:hover   { background-color: #CCCCff; }
A.BtnPrd:active  { background-color: #d2d6ff; }
A.BtnPrd:visited { color: blue; }
