/* -------------------- COLORS --------------------

gold		#9c8141
purple		#4f1356
dark blue	#005195
light blue	#05aee7
navbar blue #033f7c

*/

body, p, h5 {
	color: #555;
}
h1 {
	color: #9c8141;
}
h2 {
	color: #9c8141;
}
h3 {
	color: #005195;
}
h3.subtitle {
	color: #9c8141;
}
h4 {
	color: #05aee7;
}
#midCol1 h4, #midCol3 h4 {
	color: #9c8141;
}
a {
	color: #9c8141;
}
a:hover {
	color: #555;
}
table#ftp td {
	color: #555;
}
