body{
	background-color:#f8f8f4;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: 300;
	color:#5a4a42;
}
.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 140px;
  height: 220px;
  background-color:#F8F8F4;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 140px;
  height: 220px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 26px 0px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 0px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width:140px;
}
.Scrollbar-Track {
  width: 7px; height: 220px;
  position: absolute;
  top: 0px; left: 133px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 30px;
  background-color: #CCC;
}
.date {
	margin-bottom: 0; padding: 10px 26px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-indent: 0px;
 	color: #777;
}
hr{
	border: 0;
	color:#cec7bb;
	background-color:#cec7bb;
	height: 1px;
	margin-top:10px;
	margin-left:8px;
	margin-right:14px;
}
a {
	outline:0px;
	color:#5d89ac;
	text-decoration: none;
}