.txtscroll {
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
	color:#69632f;
	font-size:12px;
	text-decoration:none;
}
#content {
width:778px;
padding-left: 0px;
margin-bottom: 0;
margin-left: 0;
padding-top:10px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 750px;
height: 500px;
position: relative;
color: black;
padding: 1px;
}
#mycustomscroll_new {
	/* Typical fixed height and fixed width example */
width: 750px;
height: 550px;
overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 px;
padding-left: 5px;
padding-right: 5px;
}

#mycustomscroll2_new {
/* Typical fixed height and fixed width example */
width: 700px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
padding: 0px;
}


.fixedwidth_mew {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
color: black;
padding: 1px;
}
