#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 630px;
height: 340px;
overflow: auto;
margin-left:10px;
margin-right:10px;
}
.flexcroll {
scrollbar-face-color:#357FBC;
scrollbar-base-color:#9FCFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#9FCFFF;
scrollbar-shadow-color:#9FCFFF;
scrollbar-highlight-color:#9FCFFF;
scrollbar-3dlight-color:#9FCFFF;
scrollbar-darkshadow-Color:#9FCFFF;
}
.pict { width:370px; height:407px; padding:10px 0 0 0;}
.style1 {
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	color: #133326;
	font-weight: bold;
}
.style2 {
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
}
.style3 {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #FFFFFF;
}
.style10 {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style8 {
	color: #FF9933;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-weight: bold;
}

