body, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentslide {
	padding: 0px;
	width: 355px;
}

.contentslide .contentdiv {
	display: none;
	padding: 5px;
	background:url(images/contentdiv-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #F8FDFF;
}

.pagination {
	width: 355px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height: 15px;
	text-align: right;
	margin-bottom: 0px;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 355px; /*IE5 width*/
	w\idth: 355px; /*IE6 width*/
}

.pagination a {
	padding: 0 10px;
	text-decoration: none; 
	color: #2E6AB1;
	background:url(images/pagination-tab2-bg.gif);
	background-color: #BAD5DD;
}

.pagination a:hover, .pagination a.selected {
	color: #000;
	background:url(images/pagination-tab1-bg.gif);
	background-color: #E1EDF2;
}