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

#mycustomscroll {
/* Typical fixed height and fixed width example */
width:545px;
height:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0 10px 0 20px;
}

#mycustomscroll-mdm {
/* Typical fixed height and fixed width example */
width: 490px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:transparent;
padding: 0px;
}

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

#mycustomscroll-popup {
/* Typical fixed height and fixed width example */
width: 490px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:transparent;
padding: 0px;
}

#mycustomscroll-popup p{
    margin:0px 2px 10px 5px;
	padding:10px 15px 0 15px;
	font-size:12px;
    font-family: Tahoma, Arial, sans-serif;
	text-align:left;
    font-weight: bold;
	line-height:14px;
	color:#72422c;
    }