/* Colors.*/
.htmlarea-content-body { font-family: arial,verdana,sans-serif !important; color: #000 !important; background-color: #fffdee !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: disc; }

/* Numbering styles for ordered lists.*/
ol { list-style-type: decimal; }

/* Selectors for the default configuration of the link accessibity feature.*/
a { color: #000; }
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: #000; }

h1 { font-size: 1.7em; font-weight: normal; text-shadow: #808080 3px 3px 5px; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.0em; }
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, li { margin: 1em 0em; }
small { font-size: 0.8em; }
code, samp, kbd { font-family: courier !important; }
dl { }
dt { }
dd { margin-top: 0.5em; margin-bottom: 0.5em; font-size: 0.9em; }
hr { border: 1px solid #e21d27; background-color: #e21d27; height: 1px; width: 60%; margin: 10px auto; }

/* RTE-Classes*/
.gray { color: #808080; }
.red { color: #e21d27; }