body.mceContentBody{
	background:white;
	font-family:"georgia";
	font-size:62.5%;
	line-height:1.8em;
	padding:0px;
	margin:0px;
}

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

h1 {
	color:#063962;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	margin:0;
}

h2 {
	color:#063962;
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
	margin:0;
}

h4{
	color: #333;
	font-size: 1.15em;
	margin: 0 0 0 20px;
}


body p{
	color: #494949;
	font-size: 1.3em; 
}

small{
	font-size: 90%;
}

strong{
	color: #333;
}

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

a:hover{
	text-decoration: underline;
}

.selected {
	text-decoration: none !important;
}

ul, ol{
	color: #494949;
	font-size: 1.3em;
	line-height: 150%;

}

ul li, ol li{
	margin: 5px;
}

