body , td , p {
color: #000000;
font-family: Calibri;
font-size: 12pt;
margin: 0;
}
body {
margin-top: 5px;
}
h1
{
	color: #FC5F0B;
	font-size: 20pt;
	font-weight: bold;
        margin: 0;
}

h2
{
	font-size: 18pt;
	color: #FC5F0B;
	font-weight: bold;
        margin: 0;
}

h3
{
	font-size: 16pt;
	font-weight: bold;
	color: #FC5F0B;
        margin: 0;
}

h4
{
	font-size: 12pt;
	color: #FC5F0B;
	font-weight: bold;
        margin: 0;
}

h5, h6
{
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
        margin: 0;
}
hr {
color: #003466;
background-color: #003466;
height: 1px;
}
#breadcrum {
font-family: Calibri;
font-weight: bold;
color: #772E71;
font-size: 9pt;
}
#breadcrum a {
color: #772E71;
TEXT-DECORATION: none ;
font-size: 9pt;
}
.latest_news {
color: #000000;
font-family: Calibri;
font-size: 10pt;
display: block;
margin-left: 15px;
margin-right: 10px;
}
.latest_news a{
color: #000000;
text-decoration: underline ;
}
.latest_news a:visited{
color: #000000;
text-decoration: underline ;
}
ul.menu
{
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0;
	
}

ul.menu li
{
	position: relative;
	list-style-image: none;
	left: 15px;
	margin: 0;
	padding: 0;
	display: block;
	
}

ul.menu li a
{
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000000;
	font-family: Calibri;
	font-size: 12pt;
}
#footer p{
font-family: Calibri;
font-weight: bold;
color: #7A2E6C;
font-size: 10pt;
}
#footer a{
color: #7A2E6C;
text-decoration: underline ;
}
a {
text-decoration: none ;
}

a:active {
text-decoration: none ;
}

a:visited {
text-decoration: none ;
}
a:hover {
text-decoration: none ;
}

/* defines the css properties for modules */
.sas_module_table {
/* geeft de breedte in pixels voor modules */
width : 850px;
}
.sas_module_title {
/* Hier kan je de titel (welkom tekst) van een module stylen */
font-size: 12pt;
}
.sas_module_subtitle {
/* Hier kan je de subtitel van een module stylen */
font-weight: bold;
}
.sas_module_lbl1 {
/* Hier kan je de tekst labels in modules stylen*/
/* bijv. de beschrijvingen van de input velden van de formulieren
module*/
font-weight: bold;
}
.sas_module_lbl2 {
/* Hier kan je de kleinere tekst labels in modules stylen*/
/* bijv. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"dit is een verplicht
veld\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" */
font-size: 11pt;
}
.sas_module_error {
/* geeft de kleur van foutboodschappen */
color: red;
}
.sas_module_text {
/* Hier kan je de  normale tekst van modules stylen */
}
.sas_module_input {
/* Hier kan je de input velden in modules stylen */
}
.sas_module_link {
/* Hier kan je de url links in modules stylen*/
text-decoration: underline;
}
.sas_row_color_odd {
/* Hier kan je de achtergrond kleur stylen van modules met tabellen */
/* deze is voor de oneven regels */
background-color: #FFFFFF ;
}
.sas_row_color_even {
/* Hier kan je de achtergrond kleur stylen van modules met tabellen */
/* deze is voor de even regels */
background-color: #E6EFC5 ;
}