body, td { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000;  font-size: 8pt ; }
a 		 { text-decoration: underline ; color: #000000}
a:hover  { text-decoration: underline ; color: #ff6600}

table, td, tr {
	vertical-align:text-top;
}

ul, li { line-height: 16px; list-style:none; margin: 0px; padding:5px 0px 10px 0px;
  }


/* h4 = paginatitel ; h2 = CMS-hoofdtitels */
h2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#000000; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#ff6600; text-transform:uppercase;}

/* voor tekstinvoer-tabellen: table id="grijs" */ 
#grijs {background-color: #EEEEEE }

textarea.tinymce
{
    height: 300px;
    width: 500px;
}

/* voor toelichtingen: p, span of div class="toelichting" */
.toelichting {font-style:italic} 

/* voor hoofdkoppen en titels die tussen stippellijnen moeten */ 
.underlined {border-bottom:dashed #ff6600 1px; border-top:dashed #ff6600 1px; height:10px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#ff6600; font-variant:small-caps}

