/* Colors.*/  
.htmlarea-content-body { color: #00305d; 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; }

/* Bullet styles for unordered lists.*/
ul { list-style-type: square; }
li { margin: .5em 0; }

/* Numbering styles for ordered lists.*/
ol { list-style-type: decimal; }

/* Selectors for the default configuration of the link accessibity feature.*/

a { color: #004280; }

a img {	border: 0; text-decoration: none; }    

a.external-link { white-space: nowrap; font-weight: bold; }
a.external-link-new-window { white-space: nowrap; font-weight: bold; }
a.internal-link { white-space: nowrap; font-weight: bold; }
a.internal-link-new-window { white-space: nowrap; font-weight: bold; }
a.download { white-space: nowrap; font-weight: bold; }
a.mail { white-space: nowrap; font-weight: bold; }

/* Headings*/
h1, h2, h3, h4, h5, h6  { color:#00305d; }

h1 { font-size: 1.25em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; font-weight: normal; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/* Bodytext*/
.bodytext { }

/* Indent*/
.indent { margin-left: 30px; }

/* Miscellaneous*/
sub { font-size: 0.8em; }
sup { font-size: 0.8em; }
abbr, acronym { border-bottom: 1px dotted #00305d; cursor: help; }
table { font-size: 1.0em; }
p { margin: 1em 0em; }

/* RTE-Classes*/
span.red { color: red; }
span.small { font-size: 0.85em; }