/*----------------------------------- htmlarea_rte -----------------------------------*/
/* Selectors for the content area of the htmlArea RTE editor */
.htmlarea-content-body {
        font-family: "Trebuchet MS", tahoma, arial, helvetica, geneva;;
        font-size:12px;
        color: #555555;
        margin:0;
        padding:3px;
        background-color:#ffffff;
}
/* Selectors for the Table Operations plugin */
/* Make borders visible */
/* Make sure we can click in empty cells without too much difficulty */
.htmlarea-showtableborders, .htmlarea-showtableborders td, .htmlarea-showtableborders th {
        padding: 3px; border:1px dashed #316ac5 ! important;
}
/* Selectors for the Abbreviation plugin */
abbr, acronym, span.abbr {
        width:18px;
        height:18px;
        background-image:url("images/Acronym/ed_acronym.gif");
        background-repeat:no-repeat;
        background-position:left top;
        white-space:nowrap;
        cursor:help;
        border-bottom:1px dashed #000;
        padding-left:19px;
}

/* styles */
h1 {
   FONT-SIZE: 12px; FONT-FAMILY: "Trebuchet MS", tahoma, arial, helvetica, geneva; FONT-WEIGHT: bold; COLOR: #000000; margin-bottom: 6px
}
 
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: "Trebuchet MS", tahoma, arial, helvetica, geneva;; }
PRE { font-family: monospace; }
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
img (margin: 8px 0px)
P { font-size: 11px; color: #555555; }
P A { font-weight: bold; }
img {border: 0px}

.headline {
        font-family: "Trebuchet MS", tahoma, arial, helvetica, geneva;; font-size: 14px; color: red;
}
 
.box1 {
        background-color: #DDDDDD;
        border: 1px solid #555555;
        padding: 5px;
        margin-bottom: 12px;
} 
