body {
	background: #E9E9E9;
}

a.efvEditorlinks {
	text-decoration:none;
}

a:link.efvEditorlinks {
	color:#730202;
}

a:visited.efvEditorlinks {
	color:#730202;
}

a:hover.efvEditorlinks {
	text-decoration:underline;
}

a:active.efvEditorlinks {
	color:#ff0000;
}

.efvEditorback {
	background-color:#E9E9E9;
	color:#730202;
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
}

.efvEditortback	{
	background-color:#E9E9E9;
	color:#000000;
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
}

.efvEditordiv {
	overflow:auto;
	width:100%;
	height:500px;
}

.efvEditorimg	{
	height:0;
}

