body {
	margin: 0;
	padding: 0; 
	padding-top: 0;
	font:normal 11px/16px arial ;
	color:#401213;
}
a{
	font:normal 11px/16px arial ;
	color:#1461ab;
	text-decoration:underline;
}
a:hover{
	font:normal 11px/16px arial ;
	color:#1461ab;
	text-decoration:underline;
}


/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 235px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0 0;
display:block;
clear:both;
padding:0px 0px 0px 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 235px;
height: 270px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
display:block;
clear:both;
margin: 0 auto;
padding: 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 235px;
height: auto;
position: relative;
color: black;
padding: 0px;
}

/* general page style ends here */

