body {
  font-size: 12pt ;
  color: #000000 ;
  background-color: #FFFFFF ;
}
.page_size {
  padding-right: 50px ;
  padding-left: 50px ;
  width: 690px ;
}
.main_title {
  font-size: 34pt ;
  font-weight: bold ;
  line-height: 42pt ;
  color: #000000 ;
  background-color: #FFFF77 ;
  text-align: center ;
}
.title {
  font-size: 18pt ;
  font-weight: bold ;
  line-height: 24pt ;
  color: #000000 ;
  background-color: #FFFF77 ;
  text-align: center ;
}
.title_bar {
  color: #000000 ;
}
.heading {
  font-size: 18pt ;
  font-weight: bold ;
  color: #000000 ;
}
.subheading {
  font-size: 16pt ;
  color: #000000 ;
}
.warning {
  font-size: 18pt ;
  color: #FF0000 ;
  text-align: center ;
}
.info {
  font-size: 14pt ;
  color: #FF0000 ;
}
.normal_link {
  font-size: 12pt ;
  color: #000000 ;
  text-decoration: none ;
  cursor: hand ;
}
.normal_link:hover {
  font-size: 12pt ;
  color: #0000FF ;
  text-decoration: underline ;
  cursor: hand ;
}
.material_link {
  font-size: 16pt ;
  color: #0000FF ;
  text-decoration: none ;
  margin-left: 15px ;
  cursor: hand ;
}
.material_link:hover {
  font-size: 16pt ;
  color: #0000FF ;
  text-decoration: underline ;
  margin-left: 15px ;
  cursor: hand ;
}
.return_link {
  font-size: 18pt ;
  color: #000000 ;
  text-decoration: none ;
  cursor: hand ;
}
.return_link:hover {
  font-size: 18pt ;
  color: #0000FF ;
  text-decoration: underline ;
  cursor: hand ;
}
@media print {
body { display:none; }
}