/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 background: transparent;
}
ol, ul {
 list-style: none;
}
:focus {
 outline: 0;
}
.alignleft {
 float: left;
}
.alignright {
 float: right;
}
.textleft {
 text-align: left;
}
.textright {
 text-align: right;
}
.textcenter {
 text-align: center;
}
.clear {
 clear: both;
 height: 1px;
 font-size: 1px;
}
.hidden, .closed .inside, .hide-if-no-js {
 display: none;
}
/* include margin and padding in the width calculation of input and textarea */
input[type="text"], textarea {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -ms-box-sizing: border-box; /* ie8 only */
 box-sizing: border-box;
}
input[type="checkbox"], input[type="radio"] {
 vertical-align: text-top;
}
html, body {
 height: 100%;
}
body {
 line-height: 1;
}
body, td {
	font-size: 11px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
}
p {
 margin: 1em 0;
}
blockquote {
 margin: 1em;
}
label {
 cursor: pointer;
}
li, dd {
	margin-bottom: 3px;
}
p, li, dl, dd, dt {
 line-height: normal;
}
textarea, input, select {
 font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
 margin: 1px;
 padding: 3px;
}
a {text-decoration:none;}
div {display:block;}
h1 {
 display: block;
 font-size: 2em;
 font-weight: bold;
 margin: .67em 0;
 padding: 0 0.5em;
}
h2 {
 display: block;
 font-size: 1.5em;
 font-weight: bold;
 margin: .83em 0;
}
h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}
h4 {
 display: block;
 font-weight: bold;
 margin: 1.33em 0;
}
h5 {
 display: block;
 font-size: 0.83em;
 font-weight: bold;
 margin: 1.67em 0;
}
h6 {
 display: block;
 font-size: 0.67em;
 font-weight: bold;
 margin: 2.33em 0;
}
#mmwrap {
 min-height: 100%;
 width: 100%;
}
#mmallwrapper ol li, body#tinymce ol li {
 list-style-type: decimal;
 padding-left: 1em;
 list-style-position: inside;
}
body#tinymce ul li{
 list-style-type: disc;
 list-style-position: inside;
 padding-left: 1em;
}
body#tinymce table, body table {
	width: 99%;
}
body table {
 margin: 0 auto;
}
body#tinymce table.mceItemTable tr td,
body#tinymce table.mceItemTable tr th {
 border-collapse: collapse;
 border: 1px solid #666;
 font: normal normal 13px/17px Verdana,Arial,Helvetica,sans-serif;
 padding: .4em;
}

