body
{
  font-family: tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #333333;
  padding: 5px;
  margin: 0px;
}

img
{
  border: 0px;
}

.h1
{
  float: left;
  width: 475px;
  height: 50px;
  font-size: 24pt;
  font-weight: bold;
}

.h2
{
  padding-top: 5px;
  float: left;
  width: 475px;
  height: 50px;
  font-size: 18pt;
  font-style: italic;
  font-weight: bold;
}

ol
{
  type: 1;
}

li
{
  font-size: 10pt;
}

.test
{
  width: 800px;
}

.title
{
  float: left;
  width: 490px;
  height: 130px;
}

.logo
{
  float: right;
  width: 310px;
  height: 130px;
}

.intro
{
  font-size: 11pt;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

.explanation
{
  width: 500px;
  font-size: 10pt;
  float: left;
  margin: 0px 25px 0px 0px;
}

.scoreboard
{
  float: left;
  width: 256px;
  background-color: CCECF4;
  height: 70px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14pt;
  font-weight: bold;
}

.scoreboard .scoreboardheader
{
  margin-left: 3px;
  width: 240px;
}

.scoreboard .explain
{
  margin-left: 3px;
  width: 240px;
  font-size: 13px;
}

.topic
{
  float: left;
  width: 500px;
  height: 355px;
  padding: 0px;
  margin: 0px 25px 0px 0px;
}

.subject
{
  font-size: 11pt;
  font-weight: bold;
  border-bottom: solid 1px black;
}

.description
{
  font-size: 10pt;
  height: 67px;
  padding: 3px 0px 0px 0px;
}

.question
{
  margin: 0px;
  padding: 0px;
}

.statement
{
  padding-top: 4px;
  height: 16px;
  font-size: 10pt;
  text-align: bottom;
}

.answers
{
  float: left;
  width: 250px;
  height: 355px;
  background-color: CCECF4;
  padding: 71px 3px 0px 3px;
}

.answer
{
  width: 26px;
  height: 20px;
  float: left;
}

.header
{
  float: left;
  width: 250px;
  height: 18px;
  background-color: black;
}

.header .subject
{
  color: white;
  width: 250px;
  height: 16px;
  padding: 0px 3px 0px 3px;
  border-bottom: none;
}

.header .row
{
  float: left;
  width: 48px;
  background-color: black;
}

.header .score
{
  width: 26px;
  float: left;
  font-size: 10pt;
  font-style: bold;
  color: white;
  background-color: black;
  text-align: center;
}

.row
{
  font-size: 10pt;
  float: left;
  width: 50px;
  padding-left: 3px;
}

.answereven
{
  float: left;
  width: 250px;
  background-color: White;
}

.answeroneven
{
  float: left;
  width: 250px;
  background-color: CCECF4;
}

.arrow
{
  padding: 0px 3px 0px 56px;
}

.footeragree
{
  width: 250px;
}

.footernotagree
{
  width: 250px;
}

.footeragree .agree
{
  float: left;
}

.footeragree .notagree
{
  float: right;
}

.footernotagree .agree
{
  float: right;
}

.footernotagree .notagree
{
  float: left;
}

.agree
{
  font-weight: bold;
  font-size: 7pt;
  font-style: italic;
  padding: 0px 0px 0px 15px;
}

.notagree
{
  font-weight: bold;
  color: E2001A;
  font-style: italic;
  font-size: 7pt;
  padding: 0px 0px 0px 15px;
}

.totalscore
{
  font-size: 14pt;
  font-weight: bold;
}

.totalscoreexplain
{
  padding: 10px 0px 10px 2px;
  font-size: 9pt;
}

.results
{
  margin: 0px 0px 5px 0px;
  background-color: CCECF4;
}

.resultincorrect
{
  font-size: 10pt;  
  background-color: #FF8585;
  display: none;
  padding-top: 5px;
  padding-left: 2px;
}

.resultcorrect
{
  font-size: 10pt;
  display: none;
  padding-top: 5px;
  padding-left: 2px;
}

.points
{
  font-size: 11pt;
}

.yourscore
{
  padding-top: 5px;
  padding-left: 2px;
  font-size: 14pt;
  font-weight: bold;
  display: none;
}

.scoreexplain
{
  padding-left: 2px;
  font-size: 10pt;
}

.linkBack
{
  display: none;
  font-size: 11pt;
}

.linkScore
{
  font-size: 11pt;
}
