body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0px;
	background-position: center;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 8px;
width: 230px;
height: 190px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 230px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #005596;
border: 10px solid #005596;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 150px; /*IE5 width*/
width: 200px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none;
	font-family: Tahoma;
	font-size: 9px; 
color: black;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #669966;
}
