a
{
    color: #615061;
}

a:hover, a:visited:hover
{
    color: #D9E5BD;
}

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

a:visited
{
    color: #8F7F82;
}

body
{
    background-color: #BAB2A8;
    color: #321F38;
  font-family: 'Trebuchet MS', 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
  font-size: 12pt;
  margin: 0px 0px 0px 0px;
}

div.item
{
    border: 1px solid;
    display: inline-block;
    margin: 4px;
    padding: 0px;
    padding-bottom: 3px;
    text-align: center;
}

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

h1
{
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

p.question
{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

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

table.pagefooter
{
    border-top: solid 1px #321F38;
    width: 100%;
}

table.pageheading
{
    border-bottom: solid 1px #321F38;
    width: 100%;
}

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

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

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

td.rightcol
{
    border-left: solid 1px #321F38;
    padding: 10px;
    width: 200px;
}

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;
}


