body {
	background-color: #393e49;
	margin: 0px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a7a86;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.title {
	font-weight: bold;
	color: #f7cf05;
	font-size: 14px;
}
.normaltext a {
	color: #FFFFFF;
}
.normaltext a:hover {
	color: #e76d12;
	text-decoration: none;
}
#Example-3 {
	position: relative;
	width: 650px;
	height: 285px;
}

#Example-3-Content {
	position: absolute;
	top: 12px;
	width: 650px;
	height: 285px;
	overflow: hidden;
	left: -3px;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: justify;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#Example-3 p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff7c00;
}


#Example-3-Scrollbar {
	position: absolute;
	left: 650px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 285px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px;
	height: 265px;
	position: absolute;
	top: 15px;
	background-color: #EEE;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
.clsrightpadding {
	padding-right: 10px;
}
.Scroller-Container a {
	color: #FFCC00;
	text-decoration: underline;
}
.Scroller-Container a:hover {
	color: #ff7b00;
	text-decoration: underline;
}

