
/* not shown */
.skip,
#HEADERPIC,
#menupadding,
#print,
.noprint,
#FOOTER { display:none; }

/* print that */
#CONTENT {
width:760px;
margin:0 8%;
padding:0;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

br { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:14px;
}

#banner {
padding-left:62px;
padding-bottom:10px;
}

.bodytext {
line-height:20px;
font-size:20px;

}

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:Arial, Verdana, Helvetica, sans-serif; color: #000000; }
PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 14px; }
/*INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }*/



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 18px; color: #000000; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }






