#mycustomscroll {
	/* Typical fixed height and fixed width example */



overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/



position: relative;
	padding: 15px;
	width:350px;
	float:left;
	height:300px;
	margin-left:5px;
	margin-right:30px;
	display:inline;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: left;



	



}







#mycustomscroll p {
	color:#6A767B;
	line-height: 28px !important;
	
	font-weight: normal;


	

}


#mycustomscroll a {

	color:#98A2A7;

	font-weight: bold;

}

#mycustomscroll a:hover {

	color:#FFFFFF;

	font-weight: bold;

}



#mycustomscroll2 {

	/* Typical fixed height and fixed width example */



overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/



position: relative;

	width:820px;

	float:left;

	height:105px !important;

	margin-left:45px;

	margin-right:15px;

	display:inline;

	margin-top: -20px;

	margin-bottom: 1px;

	padding: 0px;



}











.fixedwidth {

	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */



	height: 90px;

	position: relative;

	color: black;

	padding: 1px;



}
