/* styles for font-size script */

.font-xsmall {
	font-size: .8em !important;
	line-height:1.1em !important;
	}
	
.font-small {
	font-size: 1em !important;
	line-height:1.3em !important;
	}
	
.font-medium {
	font-size: 1.2em !important;
	line-height:1.4em !important;
	}
	
.font-large {
	font-size: 1.4em !important;
	line-height:1.5em !important;
	}
	
.font-xlarge {
	font-size: 1.6em !important;
	line-height:1.8em !important;
	}

