.itemodd {
	font-family:	Arial;
	font-size:		10px;
	color:			#010101;
	background:		#F1FFDD;
	height:			auto;
	padding:		5px;
	margin:			1px;
	width:			49%;
	display:		Inline;
	float					: left;
}

.pulldown {
	display:		Inline;
}

.itemeven {
	font-family:	Arial;
	font-size:		10px;
	color:			#010101;
	background:		#D4F0A9;
	height:			auto;
	padding:		5px;
	margin:			1px;
	display:		Inline;
	width:			49%;
	float					: left;
}

.items {
	width:			100%;
}

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

.link {
	text-align:		right;
	color:			#92287F;
}
A{
	color: #92287F;
}
.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}

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

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

.selectedPage {
	font-weight:	bold;
	color:			#010101;
}
body{
	background:		#FFFFFF;
	font-size:		10px;
}