body, td {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
}
a:link {
  text-decoration: underline;
  color: #FF3399;
 }
a:visited {
  text-decoration: underline;
  color: #FF3399;
 }
a:hover {
  text-decoration: none;
  color: #000000;
 }
a:active {
  text-decoration: none;
  color: #FF3399;
 }

.warning {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
  line-height: 14px;
 }

INPUT, TEXTAREA {
  BACKGROUND-COLOR: #FFDDEE;
  COLOR: black;
  FONT-FAMILY: Arial, Helvetica, American Typewriter, Georgia;
  FONT-SIZE: 11px;
  LINE-HEIGHT: 11px;
}

.headlines {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 11px;
  font-weight: bold;
  color: #FF3399;
  line-height: 14px;
 }

.rolesbg {
  background-image: url(../_art/roles_bg.gif);
  background-repeat: no-repeat;
}

.roles {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
  padding: 8px 0px 0px 8px;
}

.disclaimer {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 10px;
  color: #999999;
  padding-left: 8px;
  line-height: 14px;
}

.bigtext {
  font-family: Arial, Helvetica, American Typewriter, Georgia;
  font-size: 21px;
  color: #BBBBBB;
  line-height: 24px;
}