#FL1:link, #FL2:link, #FL3:Link, #FL4:link, #FL5:Link, #FL6:Link {
	color: white;
}
#FL1:hover, #FL2:hover, #FL3:hover, #FL4:hover, #FL5:hover, #FL6:hover {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none !important;
}
a:link {
	color: blue;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
}
a:visited {
	color: grey;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
}
a:hover {
	color: dark blue;
	font-style: normal;
	font-weight: bold;
	text-decoration: none !important;
}
a:active {
	color: white;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
}
h5	{
	color: orange;
	text-align: center;
}
#ftLogo {
	width: 100%;
	background-color: Black;
	align: center;
}
#footer1 {
	background: black;
	max-width: 100%;
	color: white;
	font: 12px arial, sans-serif;
	text-align: center;
}
#floatFooter {
	float: right;
	z-index: 10;
	margin: 0 30px 0 0;
	font: 10px arial, sans-serif;
}
/* ---------- PC's_PC/Tablets ------------ */
@media only screen and (min-width: 860px) {
	#comphead {
		font: 15px arial, sans-serif;
		}
}
/* -------------- Phablets --------------- */
@media only screen and (max-width: 859px) and (min-width: 321px) {
	#comphead {
		font: 12px arial, sans-serif;
		}
}
/* --------------- Phones ---------------- */
@media only screen and (max-width: 320px) {
	#comphead {
		font: 9px arial, sans-serif;
		}
}