
/* text styles
	use this for sitewide text styles, ie: covers all templates.
	user template stylesheet for anything specfic to one template
----------------------------------------- */

b {
	font-weight: normal;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.text_underline {
	text-decoration: underline;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}



