/* CSS Document
to be used in conjunction with the UoB non-intrusive corporate header and footer strips */

a.nis-uob:link, a.nis-uob:visited, a.nis-uob:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #b01c2e;
	text-decoration: none;
}
a.nis-uob:hover {
	color: #CC6666;
}
a.nis-whitelinks:link, a.nis-whitelinks:visited, a.nis-whitelinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.nis-whitelinks:hover {
	text-decoration: underline;
}
#bannerStrip {
	background: #6B779C url(/images/banner-strip.gif);
}

