body
{
  background-color: #DFDFDF;
  font-family: 'calibri';
}
h3.career
{
  font-weight: bold;
  color: red;
}
table
{
  border-style:solid;
  border-collapse:separate;
  border-width:2px;
  border-spacing:0px;
  border-color:black;
  empty-cells: show;
  width:100%;
}
td.fieldname
{
  text-align:right;
  font-weight:bold;
  width:20%;
}
td.fieldvalue
{
  text-align:left;
  width:79%;
}
td.desc
{
  text-align:center;
}  
div.hpdesc
{
  color:red;
}
table.noborder
{
  border-style: none;
  width: 100%;
}
table.noborder th
{
  border-style: none;
}
table.noborder td
{
  border-style: none;
  text-align: center;
}
table.noborderpart
{
  border-style: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
th.position
{
  border-style: none;
  text-align: left;
  border-bottom: medium solid;
  width:30%;
}
th.location
{
  border-style: none;
  text-align: left;
  border-bottom: medium solid;
  width:20%;
}
th.time
{
  border-style: none;
  text-align: left;
  border-bottom: medium solid;
  width:20%;
}
table.noborderpart td
{
  border-style: none;
}
td.position
{
  width: 30%;
  text-align: left;
}
td.location
{
  width: 20%;
  text-align: left;
}
td.time
{
  width: 20%;
  text-align: left;
}
td.question
{
  width:35%;
  text-align: right;
}
td.answer
{
  width:35%;
  text-align:left;
}
tr.even
{
  background-color: #DFDFDF;
}
tr.odd
{
  background-color: #FFFFFF;
}
td.center
{
  text-align: center;
  font-style: italic;
}
th
{
  border-width:1px;
  padding:4px;
  border-style:solid;
  border-color:gray;
}
td
{
  border-width:1px;
  padding:4px;
  border-style:solid;
  border-color:gray;
}
div.commenthead
{
  font-family: arial;
  font-size: large
}
div.commentbody
{
  font-family: arial;
  font-size: medium
}
div.image
{
  width:100%;
  text-align:center;
}
div.testnotice
{
  width:100%;
  text-align:center;
  font-size:large;
  color:red;
}
div.redtext
{
  color:red;
}