.body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.links {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e8ab08;
	text-decoration: underline;
}
.highlight {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e8ab08;
}
.termstxt {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.termstxt2 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;

	}


	}


	.contentslide{
border: 1px solid #ffffff;
border-bottom-width: 2px;
padding: 8px;
width: 750px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 750px; /*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: #ffffff;
border: 1px solid #ffffff;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 750px; /*IE5 width*/
w\idth: 750px; /*IE6 width*/
}

.pagination a{
font-family: Tahoma; 
font-size: 12px;
padding: 0 5px;
text-decoration: none; 
color: #5887a5;
background-color: white;
}

.pagination a:hover, .pagination a.selected{ 
font-family: Tahoma; 
font-size: 12px;
color: #e8ab08;
background-color: #ffffff;
}

#dhtmltooltip{
position: absolute;
left: -50px;
width: 167px;
border-width:1px; 
border-style:outset; 
border-color:#999999;
padding: 1px;
background-color: white;
visibility: hidden;
z-index: 100;
font-family: Tahoma;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #666666;

}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


