/* default body text */
body, p, table, td {
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: x-small;
	color: Black;
}

/* page section heading */
caption {
	font-size: small;
	text-align: left;
}

/* sundry feedback messages */
h3, h4 {
	font-size: small;
	text-align: left;
}


/* default hyperlinks */
a:link {
	color:#000066;
	text-decoration:none
}
a:visited {
	color:#000066;
	text-decoration:none
}
a:hover {
	color:#FF6600;
	text-decoration:none;
	cursor:hand}
a:active { 
	color:#000066;
	text-decoration:none
}

/* most recent hyperlinks */
/* the xxx in the class name temp disables the class */
.clsRecentLinkxxx {
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: x-small;
	color: White;
}
a.clsRecentLinkxxx:link {
	text-decoration:none
}
a.clsRecentLinkxxx:visited {
	text-decoration:none
}
a.clsRecentLinkxxx:hover {
	color: #FF6600;
	text-decoration:none;
	cursor:hand}
a.clsRecentLinkxxx:active { 
	text-decoration:none
}

/* Quick Search form bar elements */
.clsQuickSearch {
	font-family: trebuchet MS, tahoma, verdana, arial;
	background-color : #FF6600;
	font-size: 8pt;
	color: #ffffff;
}
/* ROBS BIT (HOPEFULLY) CONTACT FORMS */
textfield, .date, .textarea {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	width: 250px;
	margin: 2px 0px 2px 0px;
	/*background: #FCF8FB; 
	border:1px solid: #FCF8FB;*/
}
.date {
	width: 92px;
}
.textarea {
	font: 11px normal Trebuchet MS, Tahoma, Verdana. Arial, Helvetica, sans-serif;
}
.formRow {
	
}
label {
	font-weight: bold;
}
.label {
	/*position:relative;
	z-index:1;
	top:7px;*/
	display:block;
	margin-top:5px;
}
.button {
	font-size: 11px;
	background: #E0E1ED;
	border: 1px solid #003366;
	cursor: pointer;
	color: #000066;
	padding:2px 5px 2px 5px;
	font-weight:bold;
	margin:0px;
	width:250px;
}
.style6 {font-size: 13px}
.style7 {
	font-family: Trebuchet MS, Tahoma, Verdana. Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textarea1 {	font: 11px normal Trebuchet MS, Tahoma, Verdana. Arial, Helvetica, sans-serif;
}