/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}


.largeheaderred {
	font-size: 15px;
	color: #80281C;
	text-transform: uppercase;
	font-weight: bold;
}
.smallheaderred {
    font-size:13px; /*Changed by Andrew*/
	/*font-size: 11px;<-E-Solutions Version*/
	color: #80281C;
	text-transform:none; /*Changed by Andrew*/
	/*text-transform: uppercase; <-E-Solutions Version*/
	font-weight: bold;
}
.largeheader {
	font-size: 18px;
	
}
.smallheader {
	font-size: 12px;
	font-weight: bold;
}

