BODY { font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
};

TD { 
    font-size: 12px;
    vertical-align: top;
};

.grayfill { background-color: #A8AAAF; };

A {text-decoration: none; color: black}
A:VISITED {text-decoration: none; color: black }
A:ACTIVE {text-decoration: none; color: black }
A:HOVER {text-decoration: underline; color: black}

A.black {text-decoration: none; color: black}
A.black:VISITED {text-decoration: none; color: black }
A.black:ACTIVE {text-decoration: none; color: black }
A.black:HOVER {text-decoration: underline; color: black}

A.white {text-decoration: none; color: #ffffff; }
A.white:VISITED {text-decoration: none; color: #ffffff; }
A.white:ACTIVE {text-decoration: none; color: #ffffff; }
A.white:HOVER {text-decoration: underline; color: #ffffff; }

A.topnav {text-decoration: none; color: #ffffff; font-size: 12px;}
A.topnav:VISITED {text-decoration: none; color: #ffffff; font-size:12px;}
A.topnav:ACTIVE {text-decoration: none; color: #ffffff; font-size:12px;}
A.topnav:HOVER {text-decoration: underline; color: #ffffff; font-size:12px;}

A.blue {text-decoration: none; color: blue; }
A.blue:VISITED {text-decoration: none; color: blue; }
A.blue:ACTIVE {text-decoration: none; color: blue; }
A.blue:HOVER {text-decoration: underline; color: blue; }

.text { font-size: 12px; }
/* this is for an inner table */
.tight { 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  font-size: 12px ;
  border-style: none;
  vertical-align: top;
}

table.allborder {
  border: 1px solid #cecece;
}

table.allborder td {
  border: 1px solid #cecece;
}

.smalltext { padding-left: 0.4em; font-size: 10px; padding-right: 0.4em;
  text-align: center; }

.center { padding-left: auto; padding-right: auto; text-align: center; }

/* this is for the Form elemnts */
.required { color: red; }
.errmsg { color: red; font-size: 16px; }
/* textbox */
.formText { 
  font-size: 16px;
}

.formSelect {
   font-size: 16px;
}
/* table cell for values and labels */
.formValue {
  vertical-align: bottom; text-align: left;

}
.formLabel {
    color: #333333; vertical-align: top; text-align: left;
}

.headerText  {
    color: #8e8500;
    font-size: 15px;
    font-weight: bold;
}

.subheaderText  {
    color: #8e8500;
    font-size: 10px;
}


.bodyText { padding-left: 0.4em; font-size: 10px; padding-right: 0.4em; }

.bodyTextBig { padding-left: 0.4em; font-size: 12px; padding-right: 0.4em; }

.bodyTextBold { 
	padding-left: 0.4em; font-size: 10px; padding-right: 0.4em; 
	font-weight: bold;
}

.bodyTextBoldWhite {
	padding-left: 0.4em; font-size: 10px; padding-right: 0.4em; 
	font-weight: bold; color: white;
}

.bodyTextHeader {
	padding-left: 0.4em; font-size: 18px; padding-right: 0.4em;
        font-weight: bold;
}

