/* --------------------------------------------------------------------------
Global Link Colors
-------------------------------------------------------------------------- */
a img {
	border: none;
}
a:link {
	color: #8aa5c7;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:visited {
	color: #a8c1e0;
	text-decoration:none;
}
a:hover,
a:visited:hover {
	color: #8aa5c7;
	border-bottom:1px dotted #8aa5c7;
}

/* --------------------------------------------------------------------------
Footer Link Colors
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
Footer Link Colors
-------------------------------------------------------------------------- */
#foot-content a {
	color: #fff;
	text-decoration:none;
	border:none;
}
#foot-content a:visited {
	color: #fff;
	border:none;
}
#foot-content a:hover,
#foot-content a:visited:hover {
	color: #69749f;
	border:none;
}