/*========================[             MEDIUM TEXT SIZES                 ]=========================*/

body {
	font: 12px Arial, Helvetica, sans-serif !important;	
	line-height: 140%;	
}


.txt_sm {
	background: url('../images/txt_sm.gif') no-repeat top left;
	border-right: 1px solid #c7dfa8;
}

.txt_md {
	background: #afd184 url('../images/txt_md.gif') no-repeat top left;
	border-right: 1px solid #c7dfa8;
}

.txt_lg {
	background: url('../images/txt_lg.gif') no-repeat top left;
}


