td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:231f20;
}


.Intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:23px;
	color:231f20;
}

.Container {
  position: relative;
  top: 0px; left: 0px;
  width: 750px;
  height: 340px;

}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 750px;
  height: 340px;
}
#Scroller-1 p {
  margin: 0; padding: 0px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  text-indent: 0px;
  color: #231f20;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
  top: -350px;  left: 753px;
}
.Scrollbar-Track {
  width: 10px; height: 320px;
  position: absolute;
  top: -332px;  left: 756px;
  background-color: #EEE;
  
}
.Scrollbar-Handle {
  position: relative;
  width: 10px; height: 22px;
  background-color: #CCC;

}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: -10px;  left: 735px;
}
a:link{
color:231f20;
text-decoration:none;
}
a:active{
color:231f20;
text-decoration:none;
}
a:visited{
color:231f20;
text-decoration:none;
}
a:hover{
color:231f20;
text-decoration:underline;
}
	
