/* We need to apply all the "content" styles to the body. This way when you load the editor,
it the "content" will look the same as it does with the template */

BODY
{
    color:#000; 
    font-family:arial, helvetica, sans-serif; 
    /*font-size:13.5px;*/
    /*font-size:1em;*/
    margin:15px; 
    padding:0;
    
    FONT-SIZE: 0.8em;
    LINE-HEIGHT: 160%;
    LIST-STYLE-IMAGE: url(../images/Bullet.gif);
}
p
{
	margin:1.2em 0;
}
.clearer
{
	clear:both;
	height:0px;
	font: 1px monotype;
	/*margin-top:-1px;*/
	overflow:hidden;
}
h1
{
	font-size:1.4em;
	COLOR: #994d59;
	margin: 0.85em 0;
	border-bottom:1px solid #994d59;
}
h2 {
	border-bottom:1px solid #666666;
	color:#666666;
	font-size:15px;
}
.logo{
	text-align:center;
}
A
{
    COLOR: #994d59;
}
UL
{
    /*FONT-SIZE: small;*/
    LINE-HEIGHT: 1.5em;
}
OL
{
    FONT-WEIGHT: normal;
    FONT-SIZE: small;
    COLOR: black;
    LINE-HEIGHT: 1.5em;
}
LI
{
    MARGIN: 0px
}

