/*	Styles displayed in the tinyMCE editing window
	Steve Stoft, 11 Nov 2014	
*/
html .mceContentBody {
	width:920px;							/* DO NOT CHANGE: 'QXZ.' This line is modified by change_editing_width($pixels) in change_editing_width.php. */
	font-size: 14px; font-family:verdana;
	text-align: justify !important;	
}
H1		{	font-size: 32px; font-family:"Times New Roman";	font-weight:600; text-align:center;	}
H2		{	font-size: 28px !important; font-weight:normal !important; font-family:Times New Roman !important; }
H3		{	font-size: 24px !important; font-weight:normal !important; font-family:Times New Roman !important; }
html	{	font-size: 62.5%;	}	/* 10px browser default -- used by Dynamic to mae 10px = 1rem */

/* =======================================	These Styles should be identical to Dynamik Custome Styles
p		{	text-align: justify !important;	
			margin-bottom:15px !important;  		/* was 25px */
			margin-top:8px !important;
			color: red important!;					/* this seems to do nothing at all */
		}
hr		{	clear: both; }
/* ============================== Paragraph Styles	*/
.raw-pgraph			{	margin:0px !important;		}
.space-above-p 		{	padding-top:20px;			}
.indent-p			{	padding-left:20px;			}
.hanging-p			{	padding-left:40px;	text-indent:-40px;	}
.block-q			{	margin: 10px 20px 10px 20px;	padding: 8px 20px 0px 20px;
						text-align: justify;	background-color: #FCF9FF;	text-decoration: italic;	}
/* ============================== Inline Styles	*/
.dateline			{	font-size:1.3rem; color:#888888; font-weight:bold;	}
.inline-head 		{	font-weight: bold; color:#444444; }
/* ============================== Image Styles	*/
.tbl-right		{ width: 7px; float: right; margin: 0px 0px 4px 10px; }
.tbl-left		{ width: 7px; float: left;  margin: 0px 10px 4px 0px; }
.tbl-center		{ width: 7px; clear: both;  margin: 0px auto 4px auto; }
.img-border		{ padding: 2px; border: 1px solid #888888; }
/* ============================== Top Styles (not in a sub-menu)