
/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
   font-size: 9pt;
   line-height: 135%

}

.mceContentBody {
}

.mceContentBody p {
font-size: 9pt;
font-family:Verdana; 

}

.mceContentBody address, .contents address {
font-size: 9pt;
font-family:verdana;
font-weight:400;

}

.mceContentBody h6, .contents h6 {
font-size: 7pt;
font-family: Verdana; 
font-weight: 400;

}

.mceContentBody h5, .contents h5 {
font-size: 8pt;
font-family: Verdana; 
font-weight: 400;

}

.mceContentBody h4, .contents h4 {
font-size: 10pt;
font-family: Verdana; 
font-weight:400;

}

.mceContentBody h3, .contents h3 {
font-size: 10pt;
font-family: Verdana; 
font-weight:700;

}

.mceContentBody h2, .contents h2 {
font-size: 11pt;
font-family: verdana; 
font-weight:700;

}

.mceContentBody h1, .contents h1 {
font-size: 15pt;
font-family:Arial;
font-weight:700;

}

