/* Colors.*/  
.htmlarea-content-body { font-family: arial,verdana,sans-serif !important; color: #000 !important; background-color: #ebecee !important; } 

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify { text-align: justify; }

/* Bullet styles for unordered lists.*/
ul { list-style-type: square; }

/* Numbering styles for ordered lists.*/
ol { list-style-type: decimal; }

/* Selectors for the default configuration of the link accessibity feature.*/
a img {  border: 0; text-decoration: none; }

a.external-link { white-space: nowrap; }
a.external-link-new-window { white-space: nowrap; }
a.internal-link { white-space: nowrap; }
a.internal-link-new-window { white-space: nowrap; }
a.download { white-space: nowrap; }
a.mail { white-space: nowrap; }

/* Headings*/
h1, h2, h3, h4, h5, h6  { color: #000000; font-family: 'times new roman' !important; }

h1 { font-size: 1.7em; font-variant: small-caps; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/* Indent*/
div.indent { margin-left: 30px; }

/* Miscellaneous*/
sub { font-size: 0.8em; }
sup { font-size: 0.8em; }
abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
table { font-size: 1.0em; }
p { margin: 1em 0em; }
big { font-size: 1.3em; }
small { font-size: 0.8em; }
code, samp, kbd, tt { font-family: courier !important; }
dl { }
dt { }
dd { margin-top: 0.5em; margin-bottom: 0.5em; font-size: 0.9em; }
hr { border: 1px solid #e3001b; background-color: #e3001b; height: 1px; width: 60%; margin: 10px auto; }

/* RTE-Classes*/
.red { color: #e3001b; }
.small { font-size: 0.8em; }
