body.mceContentBody {
background-color: #e8e7da !important; /* found that FF needs this?*/
background-image: none;
color: #000000;
text-align: left;
}

/* Main Div's
---------------------------------------------------------------------------------------------
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:145%;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:145%;
	color:#333333;
	text-align:right;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:145%;
	color:#333333;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:145%;
	color:#999999;
	border-top:1px solid #CCCCCC; 
	padding:8px 0 0 0;
	text-align:right;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:100%;
	padding:0;
	margin:0 0 10px 0;
	color:#333333;
	font-weight:normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:100%;
	color:#333333;
	font-weight:normal;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:100%;
	color:#333333;
	font-weight:normal;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:100%;
	color:#333333;
	font-weight:normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:145%;
	color:#333333;
	font-weight:bold;
}

a:link, a:visited {
	color:#1F458C;
	text-decoration:none;
	border-bottom:1px dotted #1F458C;
}

a:hover, a:active {
	color:#881A1B;
	text-decoration:none;
	border-bottom:1px dotted #881A1B;
}

a img {
	border:none;
}	

