@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: 'verdana', 'helvetica', sans-serif;
}

p,li {
	text-align:left;
	font-size:11px;
}

.Title_MCE {
	color:#993300;
	font-size:14px;
	font-weight:bold;
}

.Normal_body_MCE {
	font-size: 11px;
	font-weight:normal;
}

.Nicely_spaced_MCE {
	font-size:11px;
	line-height:1.6em;
	font-weight:normal;
}

.Smallprint_MCE  {
	font-size:10px;
	font-weight:normal;
}
