.itemodd {
	font-family: Arial;
	font-size : 10px;
	color: #171B23;
	background-color:#BFD2FF;
	height: auto;
	padding: 5px;
	margin: 1px;
	text-align:		Left;
	width:			500px;
	float		: left;
	display:inline;
}
.pulldown{
	display: inline;
}
.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}
.itemeven {
	font-family: Arial;
	font-size : 10px;
	color: #171B23;
	background-color:#7182AA;
	height: auto;
	padding: 5px;
	margin: 1px;
	display:inline;
	text-align:		Left;
	width:			500px;
	display:	inline;
	
	float		: left;

}
.items{
	width: 100%;
}
.title {
	font-family: Arial;
	color: #010101;
	font-size: 12px;
	font-weight: bold;
}
.link {
	text-align: right;
	color: #1A3B88;
}
A{
	color: #1A3B88;
}

.pages {
	z-index: 100;
	font-family: Arial;
	font-size : 10px;
	width: 100%;
	text-align: center;
}
.image{
	float: left;
	display:block;
	background-color:		white;
}

.selectedPage {
	font-weight: bold;
	color: #171B23;
}

.opties {
	width:			500px;
	text-align:		left;
}

body{
	background: #FFFFFF;
	font-size : 10px;
}