.itemodd {
	font-family: Arial;
	font-size : 10px;
	color: #000000;
	background:#EBEBEB;
	height: auto;
	padding: 5px;
	margin: 1px;
	width: 100%;
	float					: left;
	display:inline;
}
.pulldown{
	display: inline;
}

.itemeven {
	font-family: Arial;
	font-size : 10px;
	color: #000000;
	background:#ACACAC;
	height: auto;
	padding: 5px;
	margin: 1px;
	display:inline;
	width: 100%;
	float					: left;

}
.items{
	width: 100%;
}
.title {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}
.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;
}
body{
	background: #FFFFFF;
	font-size : 10px;
}