body {
  color:#FFFFFF;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}
.copyright { color: #999; font-size: 10px; font-family: Arial; line-height: 10px; margin-top: 12px; }
.contact { color: white; font-size: 12px; font-family: Arial; margin-top: 12px; }
a { color: #000; font-size: 12px; font-family: Arial; font-weight: bold; text-decoration: none; }
a.link { color: #000; font-size: 12px; font-family: Arial; font-weight: bold; text-decoration: none; }
a:hover { color: #8b0000; font-size: 12px; font-family: Arial; font-weight: bold; text-decoration: none; }
a.sub { color: #fff; font-size: 10px; font-family: Arial; font-weight: bold; }
a.sub:link { color: #fff; font-size: 10px; font-family: Arial; font-weight: bold; }
a.sub:hover { color: #808080; font-size: 10px; font-family: Arial; font-weight: bold; }
.main { color: #fff; font-size: 12px; font-family: Arial; line-height: 18px; text-align: justify; margin: 24px; }
.main2 { color: #fff; font-size: 12px; font-family: Arial; margin: 20px 0px 10px; }
.main2 p {margin-right:12px;}
.form_white { color: #fff; font-size: 12px; font-family: Arial; }
a.internal_link { color: #fff; font-size: 12px; font-family: Arial; text-decoration: underline; }
a.internal_link:link { color: #fff; font-size: 12px; font-family: Arial; text-decoration: underline; }
a.internal_link:hover { color: #c90016; font-size: 12px; font-family: Arial; text-decoration: underline; }
a.internal_link2 { color: #fff; font-size: 12px; font-family: Arial; text-decoration: none; }
a.internal_link2:link { color: #fff; font-size: 12px; font-family: Arial; text-decoration: none; }
a.internal_link2:hover { color: #c90016; font-size: 12px; font-family: Arial; text-decoration: underline; }
a.copyright_link { color: #999; font-size: 10px; font-family: Arial; text-decoration: none; }
a.copyright_link:link { color: #999; font-size: 10px; font-family: Arial; text-decoration: none; }
a.copyright_link:hover { color: #fff; font-size: 10px; font-family: Arial; text-decoration: none; }
.main-BLACKTXT { color: #000; font-size: 12px; font-family: Arial; margin: 12px 24px 24px; }
.form-BLACKTXT { color: #000; font-size: 12px; font-family: Arial; }
.form-smalltext { color: gray; font-size: 9px; font-family: Arial; }
a.main-link { color: #fff; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: underline; }
a.main-link:link { color: #fff; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: underline; }
a.main-link:hover { color: #fc3; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: underline; }
.flashrolls:hover{color:white;}
.flashrolls{color:#999999; line-height:16px; }
h1 {
  font-size:14px;
  font-weight: bold;
  margin-bottom: 5px;
}
h2 {
  font-size:12px;
  font-weight: bold;
  margin-top:0px;
}
/*FROM OBJECT FORMATTING*/
.formfield {
  background-color: #F7F7F9;
  border-color:#999999;
  border-width: 1px;
  border-style: solid;
  color: #242424;
  font-size: 10px;
  font-family: verdana;
  font-style: normal;
  font-weight: none;
  padding: 2px;
}

.formfield:focus {
  background-color:#FFFFFF;
  border-color:#990000;
  border-width: 1px;
  border-style: solid;
  color: #242424;
  font-size: 10px;
  font-family: verdana;
  font-style: normal;
  font-weight: none;
  padding: 2px;
}
   
.formbutton {
  border-width: 1px;
  font-size: 8pt;
  font-family: verdana;
}

.formbutton:focus {
  border-width: 1px;
  font-size: 8pt;
  font-family: verdana;
  background-color:#DCDBEA;
}