/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			274px;
	width:			360px;
	margin: 			0px 0px 8px 7px;
	left: 281px;
	top: 208px;


		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			3px; 
		top:			17px; 
		width:			360px; 
		height:			270px; 
		clip:			rect(0 600 300 0); 
		overflow:			auto; 
		margin-right:   40px;
		}
.scrollContent {
	position:			absolute;
	left:			24px;
	top:			0px;
	width:			340px;
	height: 400px;

		}
.tealheader2 {


	font-family: Tahoma, Verdana;
	font-size: 16px;
	letter-spacing: 6px;
	color: #0099CC;
	line-height: 22px;
	font-weight: bold;
	padding-right: 4em;
	word-spacing: 2px;
}
