body
 {
  margin: 0px;
  margin-top: 10px;
  background-color: #FFFFFF;
 }

td
 {
  vertical-align: top;
 }

.navbar
 {
  padding-left: 5px;
  padding-right: 5px;
 }

.navbar A 
 {
  font-family: Arial;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
 }

.navbar A:hover
 {
  color: gray;
 }

.content
 {
  font-family: Arial;
 }

.headline
 {
  font-family: Arial;
  font-size: 19pt;
  color: #000066;
 }

.button
 {
  display: block;
  border: 0px;
  width: 160px;
  height: 35px;
  background: url("imgs/button.jpg") no-repeat 0 0;
  padding-left: 5px;
  line-height: 35px;
 }

.button:hover
 {
  background-position: 0 -35px;
 }

.notice
 {
  width: 100%;
  text-align: center;
  font-size: 8pt;
 }
