h1 { font-family:arial,verdana,tahoma; font-size:14pt; color:#324296;}
h2 { font-family:arial,verdana,tahoma; font-size:11pt; color:#ed531d;}
h3 { font-family:arial,verdana,tahoma; font-size:18pt; color:#000000; text-align:center;}
td { font-family:arial,verdana,tahoma; font-size:8pt; color:#808080;}
.copy { font-family:arial,verdana,tahoma; font-size:8pt; color:#ffffff;}
body { font-family:arial,verdana,tahoma; font-size:8pt; color:#000000;}
hr {height:1px; background-color:#CCCCCC; color:#CCCCCC; border:0px}

div#admin_menu_links{height:20px; display:none; padding-top:5px; padding-bottom:5px; background-color:#c0c0c0; border:#CCCCCC solid 1px; text-align:center; color:#ed531d }
div#admin_menu{ background:#ed531d; font-size:12px; color:#FFFFFF; text-align:center;}

TD { font-family: arial; font-size: 9pt; color:#000000;}

a:active {color:#B64928; font-weight: bold;}
a:link {color:#B64928; text-decoration:none; font-weight: bold;}
a:visited {color:#B64928; text-decoration:none; font-weight: bold;}
a:hover {color:#B64928; text-decoration:none; font-weight: bold;}

.BOXES { background-color:#FFFFFF; font-size: 8pt; border-width: 0;}


/*************************************** Form Style ***************************************/

input.txt {
  width: 200px;
  }
  
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  }
  
form p label {
  float: left;
  width: 30%;
  padding-left: 50px;
  }
  
label {
  font-size: 11px;
  font-weight: bold;
  }

/*************************************** Form Error ***************************************/
.formerror
  {
  border: 1px solid #009966;
  background-color: transparent;
  width: auto;
  padding: 5px 0;
  }
  
.errortext
  {
  padding-left: 80px;
  font: bold smaller sans-serif;
  }
  
.thanks {
  text-align: center;
  font-size: 14px;
  }