/* description: Primary module stylesheet for HTML/Text Editor module. */

/* add your styles here for this module's HTML output */

.title_upper {
	font: bold 13px helvetica, verdana, tahoma, san-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

.text2 {
	font: 12px helvetica, verdana, tahoma, san-serif;
	color: #c8c8c8;
}

.text_bold {
	font: bold 12px helvetica, verdana, tahoma, san-serif;
	color: #FFFFFF;
}

.text_bold_height {
	font: bold 12px helvetica, verdana, tahoma, san-serif;
	color: #FFFFFF;
	line-height: 20px;
}

.text_upper {
	font: bold 10px helvetica, verdana, tahoma, san-serif;
	color: #c8c8c8;
	text-transform: uppercase;
}

.content_cell {
	padding-left: 30px;
	padding-right: 30px;
}

.content_cell .title {
	font: bold 12px helvetica, verdana, tahoma, san-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}