/*---------------------- GLOBAL ----------------------*/

body, table, tr, td, input, textarea
{
	margin: 0;
	font-size: 12px;
	font-family: verdana, sans-serif;
}
.mceContentBody 
{
	background-color: #ffffff;
	text-align: justify;
}
.mceContentBody img
{
	margin: 10px;
}
img
{
	border: 0;
	padding: 0;
	margin: 0;
}
h1 
{
	font-size: 18px;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ol>li
{
	margin-bottom: 10px;
}
.html_content
{
	line-height: 140%;
}