/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f6264;
	font-size: 1.4em;
	font-weight: bold;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ea8ad2;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1em;
	font-weight: bold;	 
}

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 0px solid #000000;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

img.ImgFloatLeft {
	border: 0px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

img.ImgFloatCenter {
	border: 0px solid #333366;
	float: center;
	margin-bottom: 10px;
	margin-right: 15px;
}

img.ImgFloatNone {
	border: 0px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}

 
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

div.divcentretext {
	text-align: center;
}

.white-header-text {
	color: #FFFFFF;
}

.teal-header-text {
	color: #6e9091;
}

.textstyle_h1 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1.4em;
	font-weight: bold;	
}

.textstyle_h2 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1.2em;
	font-weight: bold;
}

.textstyle_h3 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1em;
	font-weight: bold;	 
}
