  .color_link_1{
    color: #6D6E70; font-size: 10px; text-decoration: none;font-family:Helvetica;
  }
  .color_link_1:active,.color_link_1:visited,.color_link_1:link{
    color: #6D6E70; font-size: 10px; text-decoration: none;font-family:Helvetica;
  }
  .color_link_2{
    color: #6D6E70; font-size: 10px; text-decoration: none;font-family:Helvetica;
  }
  .color_link_2:active,.color_link_2:visited,.color_link_2:link{
    color: #6D6E70; font-size: 10px; text-decoration: none;font-family:Helvetica;
  }
  .color_link_3{
    color: #6D6E70; font-size: 10px; text-decoration: none; font-family:Helvetica;
  }
  .color_link_3:active,.color_link_3:visited,.color_link_3:link{
    color: #6D6E70; font-size: 10px; text-decoration: none; font-family:Helvetica;
  }
  .color_link_1:hover,.color_link_2:hover,.color_link_3:hover{
    text-decoration: underline;font-family:arial;
  }
 .color_link_4{
    color: #B6B6B6; font-size: 16px; text-decoration: none; font-family:Helvetica;
}

#topcontainer {
	width:100%;
	float:none;
	text-align:center;	
}
/* root element for scrollable */ 
div.scrollable {
	/* required settings */    
	position:relative;     
	overflow:hidden;      
	/* vertical scrollers have typically larger height than width */     
}  
/* root element for scrollable items */ 
div.scrollable div.items {
	position:absolute;      
	/* this time we have very large space for the height */     
	height:20000em; 
}
.prevPage {
	cursor:pointer;
}
.nextPage {
	cursor:pointer;
}
#actions {
	text-align:right;
}