/*
	Sandbox these styles well as they will be imported into the control for the editor and we don't want them messing up those styles
*/
hr {color:#ddd;background:#ddd;border:0 solid #ddd;height:1px;display:block;}
.html p, .html h1, .html h2, .html h3, .html h4, .html h5, .html h6 {
	margin-top:0;
}

h1, .html h1, .html .h1, .mix_editor_h1 {
	font:italic 22px/1 Georgia, serif; color:#46897f;margin-top:0;
}

.html h2, .html .h2, .mix_editor_h2 {
	font:italic 17px/1 Georgia, serif; color:black;margin-top:0;
}

.html h3, .html .h3, .mix_editor_h3 {
	font:italic 14px/1 Georgia, serif; color:black;margin-top:0;
}

.html h4, .html .h4, .mix_editor_h4 {

}

.html h5, .html .h5, .mix_editor_h5 {

}

.html h6, .html .h6, .mix_editor_h6 {

}
hr {clear:left;}
h1 a {text-decoration:none;}
/*

Using tags has been depreciated due to bad IE support

h1, .mix_editor_h1 {
}

h2, .mix_editor_h2 {
}

h3, .mix_editor_h3 {
}

h4, .mix_editor_h4 {
}

h5, .mix_editor_h5 {
}

p, .mix_editor_p {
}

*/

