/* 	font_resize-120.css - resizes website text to 120%
	last updated: 1 November 2007 
	updated by: stuart willis
	
	File tested for W3C CSS Validation, 3 January 2008
	All validates ok.
*/ 

.leftColumnBottom {
	font-size: 120%;
}

.leftNavTopLevel {
	font-size: 120%;
}

.rightColumnBottom {
	font-size: 120%;
}

.mainContent {
	font-size: 96%;
}

.content {
	font-size: 120%;
}

.arrow_larger, .arrow_normal, .arrow_small {
	display: none;
}

.arrow_large {
	display: inline;
}
