/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
    .mceContentBody {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus, 
    .mceContentBody :focus {
	outline: 0;
}
body, 
    .mceContentBody body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, 
    .mceContentBody ol, .mceContentBody ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table, 
    .mceContentBody table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th,
    .mceContentBody caption, .mceContentBody th, .mceContentBody td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after, 
    .mceContentBody blockquote:before, .mceContentBody blockquote:after,
    .mceContentBody q:before, .mceContentBody q:after  {
	content: "";
}
blockquote, q, 
    .mceContentBody blockquote, .mceContentBody q {
	quotes: "" "";
}

/* Qohana */
.clearfix, .mceContentBody .clearfix    { clear: both; }
a img, .mceContentBody a img            { border: 0px; }

.fl, .mceContentBody .fl                { float: left; }
.fn, .mceContentBody fn                 { float: none; }
.fr, .mceContentBody fr                 { float: right; }

.tal, .mceContentBody .tal              { text-align: left; }
.tac, .mceContentBody .tac              { text-align: center; }
.tar, .mceContentBody .tar              { text-align: right; }