@charset "utf-8";
/* CSS Document */

#heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}

#heading a:hover {
	color:#9d9fa2;
}

#heading a, #heading a:visited {
	color:#000000;
	text-decoration:none;
}

#linkBar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9d9fa2;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}

#linkBar a , #LinkBar a:visited {
	color:#9d9fa2;
	text-decoration:none;
}

#linkBar a:hover {
	color:#4a4a4a;
}

#standardText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9d9fa2;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}

#standardText a , #standardText a:visited {
	color:#737374;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}

#standardText a:hover {
	color:#4a4a4a;
	text-decoration:underline;
}

#orangeTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#f7941d;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}
#orangeTitle a , #standardText a:visited {
	color:#f7941d;
	text-decoration:none;
	font-weight:bold;
}

#orangeTitle a:hover {
	color:#4a4a4a;
	text-decoration:underline;
}

#subOrangeTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#f7941d;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}
#subOrangeTitle a , #standardText a:visited {
	color:#f7941d;
	text-decoration:underline;
	font-weight:bold;
}

#subOrangeTitle a:hover {
	color:#4a4a4a;
	text-decoration:underline;
}

#blueTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#007ac3;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}
#blueTitle a , #standardText a:visited {
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
}

#blueTitle a:hover {
	color:#f7941d;
	text-decoration:underline;
}



#grayTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#737374;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
}

#mustard {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9d9fa2;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}

#mustard a , #mustard a:visited {
	color:#737374;
	text-decoration:none;
	font-weight:bold;
}

#mustard a:hover {
	color:#4a4a4a;
	text-decoration:underline;
}

#contactText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}

	input.contactSubmit {
 		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #000000;
		background-color: #ccccbb;
		border-style: solid;
		border-color: #f7941d;		
	}
	input.contactSubmit:hover {
		background-color: #aeaea0;
	}


