/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			200px;
	width:			170px;
	margin: 		0px 0px 0px 0px;
	left: 0;
	top: 0;
		}
.root p 	{
		margin:			0px 0px 0px 00px;
		}
.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:			0px;
	top:			0px;
	width:			182px;
	height:			200px;
	clip:			rect(0 267 200 0);
	overflow:			auto;
	background:		#0f274d;
	
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			270px; 
		}
.textlinked{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:justify;

}
.textlinked:hover{
	color: #FCC500;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:justify;

}
.textlinked:active{
    color: #FCC500;
    text-decoration:none;
    font-size: 9px;
    font-family: verdana;
    font-weight: bold;
    text-align:justify;

}
.numtextlinked{
	color: #FCC500;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;

}
.numtextlinked:hover{
	color: #FCC500;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;

}
.textnormal{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align: justify;

}
.textnormal:hover{
	color: #FCC500;
	text-decoration:underline;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:justify;
}
.textnormalgroc{
	color: #FCC500;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:justify;

}
.textnormalgroc:hover{
	color: #FCC500;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:justify;
}
.textunder{
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:justify;

}
.textunder:hover{
	color: #FCC500;
	text-decoration:underline;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:justify;
}
.textunder2{
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:justify;

}
.textunder2:hover{
	color: #FCC500;
	text-decoration:underline;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:justify;
}
.textaula1{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:left;

}
.textaula1:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	text-align:left;
}
.textaula2{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-align:center;

}
.textaula2:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-family: verdana;
	font-weight:normal;
	text-align:center;
}
.textaula3{
	color: #000000;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	text-align:center;

}
.textaula3:hover{
	color: #000000;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana;
	font-weight:normal;
	text-align:center;
}
.textaula4{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-align:left;

}
.textaula4:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-family: verdana;
	font-weight:normal;
	text-align:left;
}
.textaula5{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	text-align:center;

}
.textaula5:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana;
	font-weight:normal;
	text-align:center;
}
