
/* THESE STYLES ARE FOR THE CONTENT AREA / HTML EDITOR - THEY NEED TO BE SET IN THE designmode.css AS THE EQUIVALENT STYLES FOR THE HTML EDITOR */

.div_htmleditor {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
padding: 10px 10px 10px 10px;
margin: 0px;
border: 0px
}

.div_htmleditor table {
font-family: Arial, Helvetica, sans-serif;}

.div_htmleditor P {
font-family: Arial, Helvetica, sans-serif;
padding: 0px 0px 10px 0px;
margin: 0px;
line-height: 1.5em;
}

	.div_htmleditor td P {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 1em;
	}

.div_htmleditor DIV {
font-family: Arial, Helvetica, sans-serif;}

	.div_htmleditor td DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.div_htmleditor A {
font-family: Arial, Helvetica, sans-serif;}

.div_htmleditor td {
font-family: Arial, Helvetica, sans-serif;}

.div_htmleditor ul {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
}

	.div_htmleditor td ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	}

.div_htmleditor ol {
font-family: Arial, Helvetica, sans-serif;}

	.div_htmleditor td ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.div_htmleditor li {
font-family: Arial, Helvetica, sans-serif;}


	.div_htmleditor a, .div_htmleditor a:link, .div_htmleditor a:visited, .div_htmleditor a:active, .div_htmleditor a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #1A8596; 
	text-decoration: underline; 
	}
	
	/* H2 TITLE */
	.div_htmleditor h2
	{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #1A8596;  
	font-weight: bold; 
	font-size: 110%; 
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px
	}
	
		/* H2 TITLE */
		.div_htmleditor td h2
		{ 
		font-family: Arial, Helvetica, sans-serif;
		color: #1A8596; 
		font-weight: bold; 
		font-size: 1em; 
		background-color: #ffffff;
		margin: 0px 0px 10px 0px;
		padding: 0px
		}	
	
	
	/* H3 TITLE */
	.div_htmleditor h3
	{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-weight: bold; 
	font-size: 110%; 
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px
	}		








