@media screen {

 body {
  margin: 0px;
  background-color: #ffffff;
 }
 body,table,tr,td,div,span,p {
  font-family: sans-serif;
  font-size: 8pt;
 }
 div.content {
  padding: 10px;
 }
 .titleBar {
  background-color: #3F7DBB;
 }
 .titleBar div {
  text-align: center;
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  padding: 3px;
 }
 a {
  color: #3F7DBB;
  font-weight: bold;
 }
 h1 {
  font-size: 17px;
  font-weight: bold;
 }
 h2 {
  font-size: 15px;
  font-weight: bold;
 }
 h3{
  font-size: 13px;
  font-weight: bold;
 }
 .menu {
  background-color: #D5DFE6;
 }
 .topicIn {
  background-color: #ffffff;
 }
 .topicIn span {
  color: #3F7DBB;
  font-weight: bold;
 }
 .topicOut {
  background-color: #3F7DBB;
  border: outset 1px;
 }
 .topicOut a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
 }
 .topicOut a:hover {
  text-decoration: underline;
 }
 .faq {
  font-weight: bold;
  font-size: 9pt;
 }
 .faq_box {
  margin-top: 25px;
 }
}

@media print {
 body {
  margin: 5px;
  background-color: #ffffff;
 }
 div.content {
  font-family: serif;
  font-size: 8pt;
 }
 a {
  text-decoration: none;
 }
}