/* FONTS */
@font-face {
  font-family: GillSansStd;
  src: url(../fonts/GillSansStd-Light.otf);
}

#ockham_footer_links,
#ockham_footer_copy {
        font-family: GillSansStd, Arial, Verdana;
        font-size: 12px;
        text-decoration: none;
}

#ockham_footer_links a {
	color: black;
	font-weight: normal;
        font-family: GillSansStd, Arial, Verdana;
        font-size: 12px;
        text-decoration: none;

}

#ockham_footer_copy {
	color: #27579F;
        font-family: GillSansStd, Arial, Verdana;
        font-size: 12px;
	text-decoration: none;
}


