.boldBlueSm { /*BOLD BLUE TEXT/BORDER CLASS - USED FOR INPUT BOXES ON CONTACT US PAGE */
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-top:none;
	border-left:thin solid #669966;
	border-right:none;
	border-bottom:thin solid #669966;
}
.noLink
	{
	text-decoration:none;
	border:none;
	}

.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}
.head {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.smalltext {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
}
.colhead {
	color: #FFCC99;
	background-color:#003366;
}
