body {
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#2a4769;
	text-align:justify;

}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 507px;
height:385px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0 15px 0 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


