body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url();
	background-repeat: no-repeat;
	color: #505050;		
}

#headerPic {
	border:1px #aaaaaa solid
}

/* BEGIN mainContentTable */
#mainContentTable  {
	width: 660px;
	height: 98px;
	border-collapse: collapse;
}

#mainTableDataMain {
	line-height: 18px;
	width: 510px;
	/*border-left: 1px dashed #DDDDDD;
	*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #F7F9F8;
	border-left: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	vertical-align: top;
}

#mainTableHeader {
	border: 0px solid #aaaaaa;
	text-align: right;
	vertical-align: top;
	padding: 0px;
}

#mainTableDataNavigation {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

#bottom {
	margin-top: 400px;
	
}
#tablePublicaties{
	border:1px #eeeeee solid;
	width:100%;
	background-color:#FFFFFF;
}

/* EINDE mainContentTable */

#menuItem {
	display: block;
	padding: 2px;
	border: 1px solid #EEEEEE;
	background-color: transparent;
	width: 150px;
	margin: 2px 0px 0px 0px;
	text-align: right;
}

#menuItem a {
	text-decoration: none;
} 

#menuItem a:link {
	text-decoration: none;
	display: block;
	color: #4D7368;
}

#menuItem a:active {
	text-decoration: none;
	display: block;
	color: #4D7368;
}

#menuItem a:visited {
	text-decoration: none;
	display: block;
	color:#4D7368;
}

#menuItem a:hover {
	text-decoration: none;
	display: block;
	background-color: #EAFFF9;
	color: #4D7368;
}

td, p, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

td.sidebar_right {
    border-left: 1px dashed #cccccc;
}

td.dashed {
    border-left: 1px dashed #cccccc;
}

#smallTalk{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#title {
	font-weight: bold;
	margin-top: 5px;
}

li{
	text-align: justify;
	list-style: circle;
}

hr{
	border: dashed;
	color: #cccccc;
}

img{
	border-color: #CCCCCC;
}