<!-- figure 28.15: style.css{  }
BODY
{
  background: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
}

.title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.titleHeading
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: white;
}

.titleSubHeading
{
	font-family: Arial;
	font-size: 18pt;
	color: white;
}

.linkHeading
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}

.subCategoryLink
{
	font-family: Arial ;
	font-size: 9pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: black;
	cursor: hand;
}

TD
{
  font-family: Arial;
  font-size: 10pt;
}

.label
{
  font-size: 8pt;
  font-weight: bold;
}

.typing
{
  font-family: Courier;
  font-size: 10pt;
}

.hidden
{
	visibility: hidden;
	font-size: 0pt;
}

.marking
{
  font-size: 8pt;
}

.handable
{
  cursor: hand;
}

.labelhand
{
  font-size: 8pt;
  font-weight: bold;
  cursor: hand;
}

INPUT.brand
{
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  width: 125px;
}

INPUT.quantity
{
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  width: 30px;
}

INPUT.button
{
  font-size: 8pt;
  background: #FFFFCC;
  border-style: outset;
  border-width: 1px;
  vertical-align: top;
  width: 40px;
  cursor: hand;
  font-family: Arial;
}

INPUT.button2
{
  font-size: 8pt;
  background: #FFFFCC;
  border-style: outset;
  border-width: 1px;
  vertical-align: top;
  width: 80px;
  cursor: hand;
}

INPUT.button3
{
  font-size: 8pt;
  background: #FFFFCC;
  border-style: outset;
  border-width: 1px;
  vertical-align: top;
  width: 40px;
  cursor: hand;
}

INPUT.button4
{
  font-size: 8pt;
  background: #FFFFCC;
  border-style: outset;
  border-width: 1px;
  vertical-align: top;
  width: 70px;
  cursor: hand;
}

.userData
{
  behavior: url(#default#userdata);
}

TD.margin
{
  padding-left: 5px;
}

.note
{
  font-size: 7pt;
  font-style: italic;
}

.error
{
  color: #FF0000;
  font-weight: bold;
}

a:active { text-decoration: none; color: none;} 
a:hover { text-decoration: none; color: none;} 
a:link { text-decoration: none; color: none;} 
a:visited { text-decoration: none; color: none;}