body
{
}

.headerTable
{
  font-weight: bold;
  margin: auto;
  width: 600px;
  color: #993333;
  height: 2em;
}

.tdLastUpdate
{
  vertical-align:bottom;
  text-align:right;
}

.tdTitle
{
  text-align:left;
  font-size:12pt;
}

.itemTable
{
  width:600px;
  margin:auto;
  border:solid 1px black;
  background-color:white;
  line-height:140%;
  font-size:11pt;
}

tr.qRow
{
  background-color:royalblue;
  color:white;
  font-weight:bold;
}

tr.aRow
{
  background-color:lightYellow;
  color:Green;
}

.tdQuestion
{
  vertical-align:top;
  text-align:left;
}

.tdAnswer
{
  vertical-align:top;
  text-align:left;  
}

td.qaItem
{
  width:50px;
  vertical-align:top;
  text-align:right;
}

table.menu
{
  width:600px;
  margin:auto; 
}

table.frameTable
{
  background-color:whiteSmoke;
  width:650px;
  margin:auto;
  border:solid thin black;
}