
.copyrightnotice {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width:211px;
height:77px;
padding-top:3px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
padding: 0px;

}

#mycustomscroll-mdm {
/* Typical fixed height and fixed width example */
width: 699px;
height: 50px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:transparent;
margin-top:10px;
}

#mycustomscroll-mdm p{
  margin:0px 0px 0px 5px;
	padding:0px 0px 0 0px;
	font-size:12px;
  font-family:Arial, sans-serif;
	text-align:justify;
	line-height:14px;
	color:#e4e0e0;
    }



