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