/*******************************************************/
/* RTE BODY */
/*******************************************************/
body.htmlarea-content-body {
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
	color: #69675C;
}



/*******************************************************/
/* LINKS IN RTE */
/*******************************************************/
body.htmlarea-content-body a:link, body.htmlarea-content-body a:active, body.htmlarea-content-body a:visited, body.htmlarea-content-body a:hover {
	color: #000000;
	text-decoration: underline;	
}

/**********************************************************************/
/*** HEADINGS ***/
/**********************************************************************/
h1, h4 {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #003a75;
}

body.htmlarea-content-body h4, h4 {
	font-size: 16px;
	font-weight: normal;
	color: #69675C;
}

/**********************************************************************/
/*** IMAGE  ***/
/**********************************************************************/
body.htmlarea-content-body img {
	border: none;
}

/**********************************************************************/
/*** FONTS ***/
/**********************************************************************/
span.preface, b.preface, p.preface {
	color: #003a75;
	font-weight: bold;
}

p.preface {
	color: #003a75;
	font-weight: bold;
}

p.red, span.red, b.red {
	color:#ee0000;
	
}

body.hm span.preface, body.hm b.preface, body.hm p.preface {
	color: #006ec9;
}

/**********************************************************************/
/*** ALIGN ***/
/**********************************************************************/
p.align-right, td.align-right, th.align-right { text-align: right; }
p.align-center, td.align-center, th.align-center { text-align: center; }
p.align-left, td.align-left, th.align-left { text-align: left; }

td.valign-top, th.valign-top { vertical-align: top; }
td.valign-middle, th.valign-middle { vertical-align: middle; }
td.valign-bottom, th.valign-bottom { vertical-align: bottom; }

table.table-center { margin: 0px auto;}

/*******************************************************/
/* RTE PAGE BREAKS */
/*******************************************************/
hr.pagebreak {
	color: #fff;
	background-color:#fff;
	border:0;
	border-bottom: 3px dashed gold;
}

