/* 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: verdana, helvetica, arial, sans-serif;
text-align: left;
padding:15px 15px 13px opx;
margin: 0px;
border: 0px;
color: #646464;
}

.div_htmleditor table {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.8em;
}

.div_htmleditor P {
font-family: verdana, helvetica, arial, sans-serif;
padding: 0px 0px 10px 0px;
margin: 0px;
}

	.div_htmleditor td P {
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

.div_htmleditor DIV {
font-family: verdana, helvetica, arial, sans-serif;
}

.div_htmleditor A {
font-family: verdana, helvetica, arial, sans-serif;
}

.div_htmleditor td {
font-family: verdana, helvetica, arial, sans-serif;
}

.div_htmleditor th {
font-family: verdana, helvetica, arial, sans-serif;
background-color: #660049;
color: #FFF;
}



.div_htmleditor ul {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0px 0px 10px 40px
}

.div_htmleditor ol {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0px 0px 10px 40px
}


.div_htmleditor li {
font-family: verdana, helvetica, arial, sans-serif;
}


	.div_htmleditor a, .div_htmleditor a:link, .div_htmleditor a:visited, .div_htmleditor a:active, .div_htmleditor a:hover
	{
	font-family: verdana, helvetica, arial, sans-serif; 
	color: #000;
	text-decoration: underline; 
	}
	
	/* H2 TITLE */
	.div_htmleditor h1, .div_htmleditor h2
	{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	color: #DC9B01;
	font-weight: normal; 
	font-size: 140%; 
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px
	}

	
	
	/* H3 TITLE */
	.div_htmleditor h3, .div_htmleditor h4, .div_htmleditor h5, .div_htmleditor h6
	{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	color: #DC9B01; 
	font-weight: normal; 
	font-size: 140%; 
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px
	}	