body {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #99cc99; 
 }

.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; }

/* Stylesheet for crazy clock */

.css1 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 16px;
	height : 16px;
	font-family : Arial,sans-serif;
	font-size : 16px;
	text-align : center;
	font-weight : bold;
}

.css2 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 10px;
	height : 10px;
	font-family : Arial,sans-serif;
	font-size : 10px;
	text-align : center;
}

.nav_over { background-color:#e1e1e1; }

.nav_out { background-color:#ffffff; }