.itemodd {
	text-align:		Left;
	font-family:	Arial;
	font-size:		10px;
	color:			#42422A;
	background:		#F4EEB7;
	height:			auto;
	padding:		5px;
	margin:			1px;
	width:			500px;
	display:		Inline;
	float					: left;
}

.itemeven {
	text-align:		Left;
	font-family:	Arial;
	font-size:		10px;
	color:			#42422A;
	background:		#F4E87A;
	height:			auto;
	padding:		5px;
	margin:			1px;
	display:		Inline;
	width:			500px;
	float					: left;
}

.pulldown {
	display:		Inline;
}


.items {
	width:			100%;
}

.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}

.title {
	font-family:	Arial;
	color:			#000000;
	font-size:		12px;
	font-weight:	bold;
}

.link {
	text-align:		right;
	color:			#0000FF;
}

A{
	color: 			#0000FF;
}

.pages {
	font-family:	Arial;
	font-size:		10px;
	width: 			100%;
	text-align:		center;
}

.image {
	float:			left;
	display:		block;
	background:		white;
}

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

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

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