/* General Groups */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  background-color: #000000;
}
  .errorText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #CC0000;
  }
/* End General Groups */

table { }
  .light {
    background-color: #FFFFFF; 
  }
  .dark {
    background-color: #EEEEEE;
    /* font-size: 12px; */
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #333333;


  }
  .title {
    background-color: #93A9B2;
  }

/* Forms */
input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%; 
  background-color: #FFFFFF; 
  border-color: #000000;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;

}  
  .button {                          /* Form button colors */
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-weight: bold;
    font-size: 75%;
    border-top: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    background-color: #D6D6D6;
  }
  .radiocheckbox {                    /* Form radio and check boxes */
    background-color: transparent;
  }

a:link, a:visited {                   /* Visited and regular links */
 color:#A01B19;
 background-color:transparent;
 text-decoration: none;
}
a:active {                            /* Active links */
 color:#FF0000;
 background-color:transparent;
 text-decoration: none;
}

a:hover {                             /* Hovering over a link */
 color:#FF0000;
 background-color:transparent;
 text-decoration: underline;
}
.lighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCCCC;
}
