@font-face {font-family: futura_condensed; src: url('../fonts/futura_condensed.eot');}
@font-face {font-family: futura_condensed; src: url('../fonts/futura_condensed.ttf');}
@font-face {font-family: futura_medium_condensed; src: url('../fonts/futura_medium_condensed.eot');}
@font-face {font-family: futura_medium_condensed; src: url('../fonts/futura_medium_condensed.ttf');}

/*
	Common styles for the public site and the editor
*/

body {
	color:#000;
	background-color:#FFF;
}
body, td, input, select, option, textarea {
	font:normal normal normal 14px Helvetica,Arial,Sans-serif;
}

/* used for layout in style editor dropbox */
span.mix_editor_h1, span.mix_editor_h2, span.mix_editor_h3, span.mix_editor_h4, span.mix_editor_h5, span.mix_editor_h6, span.mix_editor_h7, span.mix_editor_h8{ padding:10px; }

/*
	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
*/

.html p, .html h1, .html h2, .html h3, .html h4, .html h5, .html h6, .html h7, .html h8{
	margin-top:0;
}

.html h1, .html .h1, .mix_editor_h1 {
	font-family:futura_medium_condensed;
	font-size:28px;
	line-height:120%;
	color:#d72740;
	text-transform:uppercase;
}

.html h2, .html .h2, .mix_editor_h2 {
	font-family:futura_medium_condensed;
	font-size:21px;
	line-height:120%;
	color:#005895;
	text-transform:uppercase;
}

.html h3, .html .h3, .mix_editor_h3 {
	font-family:futura_medium_condensed;
	font-size:21px;
	line-height:120%;
	color:#000000;
	text-transform:uppercase;
}

.html h4, .html .h4, .mix_editor_h4 {
	font-family:futura_medium_condensed;
	font-size:21px;
	line-height:120%;
	color:#d72740;
	text-transform:uppercase;
}

.html h5, .html .h5, .mix_editor_h5 {
	font-family:futura_medium_condensed;
	font-size:21px;
	line-height:120%;
	color:#58595b;
	text-transform:uppercase;
}

.html h6, .html .h6, .mix_editor_h6 {
	font-family:futura_medium_condensed;
	font-size:16px;
	line-height:120%;
	color:#000000;
	text-transform:uppercase;
}

.html h7, .html .h7, .mix_editor_h7 {
	font-family:Helvetica,Arial,Sans-serif;
	font-size:14px;
	line-height:120%;
	color:#000000;
}

.html h8, .html .h8, .mix_editor_h8 {
	font-family:Helvetica,Arial,Sans-serif;
	font-size:12px;
	line-height:120%;
	color:#58595b;
}

/*

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 {
}

*/
