a {
  color: #003AAE;
  font-weight: bolder;
  text-decoration: none;
}
 
a:hover {
  color: #FF1515;
  text-decoration: underline;
}
 
body {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  color:black; 
  letter-spacing: 1px;  
  /*border-width:1px;*/ 
}
 
form {
  margin: 0;
  padding: 0;
}
 
input, select, option, textarea {
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 10pt;
}
 
td {
  background-color: #DAE7F4;
  color: black;
  font-size: 10pt;
  height: 30px;
}
 
th {
  background-color: #08396B;
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bolder;
  height: 35px;
}

.body {
  background-color: #FFFFCC;
}
 
.heading {
  background-color: #8494B5;
  color: #FFFFFF;
  font-weight: bolder;
}
 
/* 2 contextual selectors */
.heading a {
  color: #FFFFFF;
}
 
.heading a:hover {
  color: #D7D7D7;
}
 
.noborder {
  border: none;
}
 
.numeric {
  text-align: right;
}
 
.smallnumeric {
  text-align: right;
  font-size: 8pt;
}
 
.row1 {
  background-color: #ffffff;
}
 
.row2 {
  background-color: #ccccff;
}
 
.small {
  font-size: 7pt;
}

.breadcrumbs {
  font-size: 9pt;
  line-height: 80px;
}
 
.textinput {
  border-bottom: thin solid #A4A4A4;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #000000;
  font-family: Verdana, Arial;
}
 
.required {
  color: #ff0000;
  font-weight: bold;
}
 
.currentpage {
  background-color: #8494B5;
  font-weight:bolder;
  color: white;
}
 
.copy {
  font-size: xx-small;
  color: gray;
  text-align: center;
  padding-top: 20px;
}
 
.time {
  font-size: xx-small;
  color: #d3d3d3;
  text-align: center;
  padding-top: 10px;
}

.formerrorborder {
  background-color: #ff6600;
}

.formerrorhead {
  background-color: #ff6600;
  color: white;
}

.formerrorbody {
  background-color: #ffff99;
} 

.formfooter {
  height: 35px;
  background-color: #DAE7F4;
}
 
/* for the cardcode.html page */
.textheading {
  color: #336699;
  size: large;
}

.adminMessage {
  background-color: #ffffff;
}
