/* Colors.*/
.htmlarea-content-body { font-family: arial,verdana,sans-serif !important; color: #676767 !important; background-color: #fff !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; }

/* Styles for lists.*/
li { margin: 1em 0; }

/* Bullet styles for unordered lists.*/
ul { list-style-type: circle; }

/* Numbering styles for ordered lists.*/
ol { list-style-type: decimal; }

/* Selectors for the default configuration of the link accessibity feature.*/
a { color: #858688; }
a img { border: 0; text-decoration: none; }

a.external-link {  }
a.external-link-new-window {  }
a.internal-link {  }
a.internal-link-new-window {  }
a.download {  }
a.mail {  }

/* Headings.*/
h1, h2, h3, h4, h5, h6 { color: #858688; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; font-weight: normal; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

/* Indent.*/
div.indent { margin-left: 3em; }

/* Miscellaneous.*/
sub { font-size: .8em; }
sup { font-size: .8em; }
abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
table { font-size: 1em; }
p { margin: 1em 0; }
small { font-size: .9em; }
code, samp, kbd { font-family: courier !important; }
dl {  }
dt {  }
dd { margin-top: .5em; margin-bottom: .5em; font-size: .9em; }
hr { border: 1px solid #676767; background-color: #676767; height: 1px; width: 60%; margin: 10px auto; }

/* RTE-Classes.*/
.red { color: #a71a1f; }
img.border { margin: 4px 0; padding: 4px; border: 1px solid #ccc; }