a { text-decoration: none; color: #fff }
a:hover { text-decoration: none; color: #fff; }

body { font-size: 11px; font-family: times new roman, serif; color: white; background-color:#CBECF6; margin:0px }
table { font-size: 15px; font-family: times new roman, serif; color: white }
td { font-size: 15px; font-family: times new roman, serif; color: white }

#scrollArea {
	position	: relative;
	left		: -20px;
	top			: -310px;
	height		: 260px;
	width		: 12px;
	border		: 1px solid #999;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 12px;
	background	: #A7DEEC;
	border-top	: 1px solid #999;
	border-bottom	: 1px solid #999;
}

#container {
	position	: relative;
	left		: -180px;
	top			: -580px;
	width		: 300px;
	height		: 275px;
	overflow	: hidden;
	border		: 0px solid #fff;
}

#scrollable_content {
	text-align:left;
	position: relative;
	font-size:15px;
	line-height: 170%;
	color: #fff;
	width:280px;
}

#content {
	text-align:left;
	position: absolute;
	left: 80px;
	top: 280px;
	font-size:15px;
	line-height: 170%;
	color: #fff;
	width:280px;
}