

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
z-index:5;
position:absolute;
left: 254px;
top: 61px;
height:420px;
width: 670px;
visibility:hidden;



/* IE overflow fix, position must be relative or absolute*/


margin:auto;
overflow-y:auto;


}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 403px;
height: 260px;
left:270px;
top:115px;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #96d2dc;
margin:auto;
padding: 10px;
	text-align:justify;
background-image:url(images/bg_txt.jpg);
	font:12px Tahoma;
	line-height:18pt;
	color:#0bacc4;
	overflow-y:auto;


}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

