.mceItemHiddenSpellWord {
background:url(../../../../../javascript/tiny_mce/plugins/spellchecker/img/wline.gif) repeat-x bottom left;
cursor:default;
}

body{
	color: black;
	font-family: Helvetica, Arial sans-serif;
	font-size:62.5%;
	line-height:1.7em;
	margin:0;
	padding:0;
	background-color: white;
}
body.mceContentBody{
padding:10px;
}

h1,h2,h3,p{
	margin:0;
}

h1{
	font-size: 1.4em;

	color: #009EE1;
	margin-bottom: 15px;
	font-weight: bold;
}

.content-left h1{
	color: #622181;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
}

h3{
	font-size: 1.2em;
}

p{
	font-size: 1.2em;

	font-weight: normal;
}

ul{
	font-size: 1.3em;
	text-indent: 10px;
}

small{
	font-size: 0.95em;
	font-style: italic;
}

a:link, a:active, a:visited{
	color:black;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color: #632181;
}


hr{
	margin: 0;
	padding: 0;
	border-color: black;
}
