/* Editor styles */

body {
	background: #fff;
	padding: 8px;
	margin: 0;
}
body,td,th,p,span,div {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #333;
}
h1 {
	margin: 0 0 12px 0;
	font-size: 24pt;
	font-weight: normal;
}
h2 {
	margin: 0 0 12px 0;
	font-size: 18pt;
	font-weight: normal;
}
h3 {
	margin: 0 0 12px 0;
	font-size: 12pt;
	font-weight: normal;
}
h4 {
	margin: 0 0 12px 0;
	font-size: 8pt;
	font-weight: normal;
}
h5 {
	margin: 0 0 12px 0;
	font-size: 7.5pt;
	font-weight: normal;
}
h6 {
	margin: 0 0 12px 0;
	font-size: 7pt;
	font-weight: normal;
}

.iasp_contentimage_left {
	float: left;
	margin: 0 8px 8px 0;
}

.iasp_contentimage_right {
	float: right;
	margin: 0 0 8px 8px;
}