﻿body{
  background-color: #FFFFFF;
  margin: 1ex;
  font-family: Sans-Serif;
  font-size: 90%;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
}

form{
  margin: 0px;
  padding: 0px;
}

form table td.label{
  text-align: right;
}

form table td.required{
  text-align: right;
  color: #FF0000;
}

a{
  text-decoration: none;
}

a:hover{
  color: #000000;
}

img{
  border: 0px;
}

h1, h2, h3{
  text-decoration: underline;
}

h1{
  font-size: 160%;
}

h2{
  font-size: 140%;
}

h3{
  font-size: 120%;
}