 body.mceContentBody {
  background-color: #FFFFFF;
}

/***** Global Settings *****/
html {
color:#000;
background:#fff;

}

html, body {
border:0;
height: 100%;
margin: 0 0 1px 0;
padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td {
margin:0;
padding:0;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 62.5%;  /* 16px × 62.5% = 10px */
color:#000;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

li {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
font-variant:normal;
}

sub { height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative; font-size:0.9em; }
sup { bottom:.5em; }
sub { top:.25em; }

input,textarea,select {
font-family:inherit;
font-weight:inherit;
font-size:100%;
}

legend {
color:#000;
}

del,ins {
text-decoration:none;
}

form {
    margin:0;
    padding:0;
}


/***** Global Classes *****/
 
.clear         {   
  height: 0;
  clear:both;
  overflow:hidden;
}

.float-left    { float:left; }

.float-right   { float:right; }

.text-left     { text-align:left; }

.text-right    { text-align:right; }

.text-center   { text-align:center; }

.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }

.italic        { font-style:italic; }

.underline     { border-bottom:1px solid; }

.highlight     { background:#ffc; }
 
.wrap {
  width:980px;
  margin:0 auto;
}

.img-left      { float:left;margin:4px 10px 4px 0; }
 
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
 
.noindent      { margin-left:0;padding-left:0; }
 
.nobullet      { list-style:none;list-style-image:none; }

.space8         { height:8px;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
  }

.clearfix:after {
    clear: both;
  }

.clearfix {
    *zoom: 1;
  }


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
