a
{
  font-family: 'Arial','Helvetica',sans-serif;
}

a.item
{
  font-size: 10pt;
}

body
{
  margin: 0px 0px 0px 0px;
}

.heading
{
  font-size: 18pt;
  font-weight: bold;
}

h1
{
  font-family: 'Arial','Helvetica',sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}


li
{
  font-family: 'Arial','Helvetica',sans-serif;
}

p
{
  font-family: 'Arial','Helvetica',sans-serif;
}

p.question
{
  font-family: 'Arial','Helvetica',sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

span.answer
{
  font-size: 20px;
  font-weight: bold;
}

span.normal
{
  font-family: 'Arial','Helvetica',sans-serif;
  font-size: 12pt;
}

td
{
  font-family: 'Arial','Helvetica',sans-serif;
  font-size: 12pt;
}

td.cart
{
  font-size: 10pt;
}

td.desc
{
  font-size: 14pt;
}

td.label
{
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

td.section
{
  font-weight: bold;
  font-size: 16pt;
  background-color: #E9E9E9;
}


td.tabnone
{
  border-bottom:3px solid #000000;
}

td.tabnoselect
{
  border-top:3px solid #000000;
  border-bottom:3px solid #000000;
}

td.tabselect
{
  background-color:#98E3F6;
  border-top:3px solid #000000;
}

