body{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#cc0000;
}
.default{
font-family:Verdana;
font-size:11px;
color:#000000;
}
.content_title{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#cc0000;
}
.content_message{
font-family:Verdana;
font-size:12px;
color:#000000;
}
.default_wit{
font-family:Verdana;
font-size:12px;
color:#ffffff;
}
.main_table{ 
background-color:#FFFFFF;
font-family:Verdana;
font-size:12px;
margin-top:2px;
margin-bottom:5px;
margin-left:5px;
margin-right:2px;
}
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#a1a1a1;
font-family:Verdana;
font-size:12px;
color:#ffffff;
font-weight:bold;
width:155px;
padding:2px;
text-align:left;
/*/*/border:0px solid #000000;/* */
}
.submenu{
margin-bottom: 0.5em;
}
.menulines {
border:1px solid #c8c8c8;
}
.menulines a{
text-decoration:none;
color: #000000;
}
a.algemeen:link {
color:#000000;
font-family:Verdana;
font-size:12px;
}
a.algemeen:visited {
color:#000000;
font-family:Verdana;
font-size:12px;
}
a.algemeen:active {
color:#000000;
font-family:Verdana;
font-size:12px;
}
a.url:link {
color:#cc0000;
font-family:Verdana;
font-size:12px;
}
a.url:visited {
color:#cc0000;
font-family:Verdana;
font-size:12px;
}
a.url:active {
color:#cc0000;
font-family:Verdana;
font-size:12px;
}
a.blackurl:link {
color:#000000;
font-family:Verdana;
font-size:11px;
}
a.blackurl:visited {
color:#000000;
font-family:Verdana;
font-size:11px;
}
a.blackurl:active {
color:#cc0000;
font-family:Verdana;
font-size:11px;
}
a.whiteurl:link {
color:#ffffff;
font-family:Verdana;
font-size:12px;
}
a.whiteurl:visited {
color:#ffffff;
font-family:Verdana;
font-size:12px;
}
a.whiteurl:active {
color:#ffffff;
font-family:Verdana;
font-size:12px;
}
a.whiteurl2:link {
color:#ffffff;
font-family:Verdana;
font-size:12px;
text-decoration:none;
}
a.whiteurl2:visited {
color:#ffffff;
font-family:Verdana;
font-size:12px;
text-decoration:none;
}
a.whiteurl2:active {
color:#ffffff;
font-family:Verdana;
font-size:12px;
text-decoration:none;
}
/* .calendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.calendar  
     { 
     font-family:Verdana;  
     font-size:11px;  
     color: black; 
     background-color: #C8C8C8; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     } 

/* .calendarlink determines the formatting of those days linked to 
   content. */ 

.calendarlink  
     { 
     color: black; 
     } 

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.header  
     { 
     background-color: #C8C8C8; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. */ 

.day  
     { 
     background-color: #C8C8C8; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     text-align: center 
     } 

/* .linkedday determines the formatting of a date to which content is 
   available. */ 

.linkedday  
     { 
     background-color: #C8C8C8; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     text-align: center 
     }