/* SUU School of Business - Handheld Styling - Created April 2006 by SUU Web Services */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Conceal the accreditation logo */
#busnav .aacsb {
	display: none;
}

/* Keep headings in an appropriate size aspect */
#buscontent h2 {
	font-size: 1.8em;
}
#buscontent h3 {
	font-size: 1.6em;
}
#buscontent h4 {
	font-size: 1.6em;
}
#buscontent h5 {
	font-size: 1.4em;
}
#buscontent h6 {
	font-size: 1.4em;
}
/* Alter the home link */
#buscontent .home {
	font-size: 0.9em;
}

/* Hide the non-standards notification */
#notice {
	display: none;
}
