body , td , p {
color: #000000;
font-family: Verdana;
font-size: 10pt;
margin: 0;
}

h1
{
	color: #005CAB;
	font-weight: bold;
        font-size: 20pt;
        margin: 0;
}

h2
{
	font-size: 16pt;
	font-weight: bold;
        color: #005CAB;
        margin: 0;
}

h3
{
	font-size: 14pt;
	font-weight: bold;
	color: #005CAB;
        margin: 0;
}

h4
{
	font-size: 12pt;
	color: #005CAB;
        margin: 0;
        font-weight: bold;
}

h5, h6
{
	font-size: 10pt;
	color: #005CAB;
        font-weight: bold;
        margin: 0;
}
hr {
color: #005CAB;
background-color: #005CAB;
height: 2px;
}

.nieuws a{
color: #000000;
font-family: Arial;
font-size: 10pt;
margin-left: 105px;
display: block;
}
.logout {
font-family: Arial;
font-size: 8pt;
}
.logout a{
font-family: Arial;
font-size: 8pt;
color: #000000;
}
#breadcrum {
font-family: Arial;
font-size: 8pt;
color: #000000;
}
#footer p{
margin: 0 ;
font-family: Verdana;
color: #FFFFFF;
font-size: 8pt;
}
#footer a{
color: #FFFFFF;
text-decoration: underline ;
}
a {
text-decoration: none ;
}

a:active {
text-decoration: none ;
}

a:visited {
text-decoration: none ;
}
a:hover {
text-decoration: none ;
}
.sas_module_table {
/* geeft de breedte in pixels voor modules */
width : 635px;
}
.sas_module_title {
/* Hier kan je de titel (welkom tekst) van een module stylen */
font-size: 11pt;
font-weight: bold;
}
.sas_module_subtitle {
/* Hier kan je de subtitel van een module stylen */
font-weight: normal;
}
.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: normal;
}
.sas_module_lbl2 {
/* Hier kan je de kleinere tekst labels in modules stylen*/
/* bijv. dit is een verplicht veld */
font-size: 9pt;
}
.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: #FDF4C8 ;
}
