.Privacy {
  font-family: Arial, sans-serif;
  font-size: x-small;
}
.General {
  font-family: 'Times New Roman', 'Times NewRoman', serif;
  font-size: small;
}
.ImageBorder {
  border-style: none;
}
body {
  background-color: #ffffff;
  color:#000000;
}
a:link {
  background-color: #ffffff;
  color: #0000ff;
}
a:visited {
  background-color: #ffffff;
  color: #800080;
}
a:active {
  background-color: #ffffff;
  color: #ff0000;
}
frameset,frame,img {
  border-style: none;
}
img.Button {
  width: 95px;
  height: 30px;
}
img.Banner {
  width: 475px;
  height: 65px;
}
th.Forms {
  text-align:left;
  vertical-align:top;
}
th.Required {
  color: #ff0000;
  text-align:left;
  vertical-align:top;
}
span.Required {
  color: #ff0000;
}
.navbutton {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-variant: small-caps;
  color: white;
  width: 95px;
  height: 30px;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
  background-color: #CCDDDD;
}
.navbutton A:link {
  text-decoration: none;
  color: black;
  background-color: #CCDDDD;
}
.navbutton A:visited {
  text-decoration: none;
  color: black;
  background-color: #CCDDDD;
}
.navbutton A:active {
  text-decoration: none;
  color: black;
  background-color: #CCDDDD;
}


