.MenuText {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color: #B6B6B1;
	font-weight: normal;
	text-align: left;
}

.Text8pt {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}
.Text8ptWhite {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
}
.Text11pt {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;	
}

.FooterText {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 7pt;
	color: #B6B6B1;
	font-weight: normal;
	text-align: left;
}

a.Link8pt:link, a.Link8pt:visited {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
   }
a.Link8pt:hover {
	color: #B6B6B1; 
	text-decoration: none;
}

a.MenuLinks:link, a.MenuLinks:visited {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
   }
a.MenuLinks:hover {
	color: #B6B6B1; 
	text-decoration: none;
}

a.FooterLinks:link, a.FooterLinks:visited {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
   }
a.FooterLinks:hover {
	color: #B6B6B1; 
	text-decoration: none;
}


/*********************** SCROLLERS ***********************/
.root 		{
		position:       relative;
		height:			285px;
		width:			350px;
		margin: 		0px 0px 0px 0px;	
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			100px;
		width:			15px;
		left: 			0px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		}
.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:			350px; 
		height:			285px; 
		clip:			rect(0 350 285 0); 
		overflow:		auto; 
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			350px; 
		}		