body {
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #4f1613;
  background-color: #fff;
}

img {
  border: 0;
}

ul {
  list-style-type: none;
}

a:link {
  color: #c41425;
}

h1 {
	font-size: 300%;
	font-weight: bolder;
	text-align: center;
	color: #ffc202;
	background-color: #d7eee7;
}

h2 {
  font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
}

p {
  font-size: 100%;
}

.clear {
  clear: both;
}

.blank {
  height: 100px;
}

.print,
.hidden {
  display: none;
}

/* table */
table {
  width: 100%;
	vertical-align: center;
	font-size: 10pt;
	margin: 1em 0;
}

table caption {
  font-size: 120%;
}

table tr.blank {
  height: 5em;
}

table tr.highlight td {
  border-top: 4px dashed #c41425;
  border-bottom: 4px dashed #c41425;
}

table tr.highlight td.first {
  border-left: 4px dashed #c41425;
}

table tr.highlight td.last {
  border-right: 4px dashed #c41425;
}

table tr.heading {
	text-align: center;
}

table tr td, table th {
  border: 2px solid #d7eee7;
	padding: 0.7em 0.5em;
}

table tr.even td,
table tr.even th,
table tr.heading td,
table tr.heading th {
  background-color: #d7eee7;
}

table tr.odd {
  background-color: #ffffff;
}

table.inner_table td, table.inner_table th {
  border: 1px solid #4f1613;
}

table.img {
  width: 540px;
}

table.img td {
  width: 33%;
  vertical-align: top;
}

table tr.center, table th.center, table td.center {
  text-align: center;
}

span.closed_answer {
  background: url(../images/arrow.png) no-repeat -14px 0;
}

span.open_answer {
  background: url(../images/arrow.png) no-repeat 0 0;
}