a:hover, a:active {	font-size: 12px; color: #596D8E; font-weight: bold; text-decoration: none; }
a:link, a:visited {	font-size: 12px; color: blue; font-weight: bold; text-decoration: none; }

/* The colour of each Field Name from the database */
.fieldname { font-family: Tahoma, Verdana; font-size: 11px; font-weight: bold; color: white; }

/*  */
.fieldnameheading { font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; color: white; }

/*  */
.fieldheading { font-family: Tahoma, Verdana; font-size: 13px; font-weight: bold; color: white; }

/*  */
.fieldheadingcolour { background-color: #0080FF; }

/* The background colour for the field names from the database */
.fieldnameback { background-color: #2E7EB6; }

/* The values from the database - wether in static format or in a text box */
.fieldvalue, input, select, textarea { font-family: Tahoma, Verdana; font-size: 11px; }

/*  */
.fieldvaluebackone { background-color: #CEF1FF; }

/*  */
.fieldvaluebacktwo { color: #0080C0; }

/*  */
.tablename { font-family: Verdana, Geneva; font-size: 16px; font-weight: bold; }

/* The colour of an error message */
.txtError { font-family: Tahoma, Verdana; font-size: 11px; font-weight: bold; color: #CC3333; }

/* The style for each button */
.objButton {
    background-color: #dcdcdc; 
    border: 1px solid #646464;
    font-family: Verdana, Geneva, Arial, Helvetica; font-size:11px; font-weight:bold; font-style:normal; text-decoration:none; font-variant:normal; color:#2E7EB6;
    padding-left: 0px
}