.PageHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}

.PageHeadingsLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

body,td,.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.secondhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

/* The colour of an error message */
.txtError { font-weight: bold; color: #CC3333; }

/* The colour of an error message */
.txtErrorNone { font-weight: bold; color: #0066FF; }

/* The style for each button */
.form {
    background-color: #2b4896; 
    border: 1px solid #000000;
    font-size: 11px; 
	font-weight:bold; 
	color:#eac01e;
}

form { display: inline; }

.tableheading {
    background-color: #2b4896; 
    border: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px; 
	font-weight: bold; 
	color: #eac01e;
}

.travel_heading {
    background-color: #2b4896; 
    border: 1px solid #000000;
	font-size: 14px; 
	font-weight: bold; 
	color: #eac01e;
}

.table_heading2 {
    background-color: #686868; 
    border: 1px solid #4b4b4b;
	font-size: 11px; 
	font-weight: bold; 
	color: #eac01e;
}

.label { font-weight: bold; }

.whattodo { color: #19c15f; font-weight: bold; }
.status { color: #217abe; font-weight: bold; }

.nav_over { background-color:#e1e1e1; }

.nav_out { background-color:#ffffff; }

a.navlink:link,a.navlink:active,a.navlink:visited { color: #ffffff; text-decoration: none; font-weight: bold }
a.navlink:hover { color: #FF9933; text-decoration: none; font-weight: bold }

/* Admin Styles */

a.dblink:link, a.dblink:visited, a.dblink:active {	font-family: Tahoma, Verdana; font-size: 11px; color: #2973a7; font-weight: bold; text-decoration: none; }
a.dblink:hover {	font-family: Tahoma, Verdana; font-size: 11px; color: #8fb1c9; font-weight: bold; text-decoration: none; }

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

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

/* Colour of the section heading */
.fieldnameheading { font-family: Arial, Tahoma, Verdana; font-size: 12px; font-weight: bold; color: #eac01e; background-color: #2b4896; }

/* Colour of the section border top */
.fieldnametop { border-top: 1px solid #000000; }

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

/* Background colour of a section heading */
.fieldheadingcolour { background-color: #2b4896; border: 1px solid #000000; }

/* Backgrond colour of the values */
.fieldvalueback { background-color: #EFEFEF; }

/* 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: #EFEFEF; }

/*  */
.fieldvaluebacktwo { color: #000000; }

/*  */
.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 colour of an error message */
.txtErrorNone { font-family: Tahoma, Verdana; font-size: 11px; font-weight: bold; color: #0066FF; }

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