#contentx { 
	width: 490px; 
	height: 185px;
	padding: 0.5em;
	font-family: tahoma, Verdana, Arial;
	color: #ffffff;
	font-size: 0.7em;


}


#contentxp { 
	width: 515px; 
	height: 490px;
	padding: 0.5em;
	font-family: tahoma, Verdana, Arial;
	color: #000000;
	font-size: 0.7em;

}

.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: 490px;
height: 170px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0.5em;
margin: 0.3em auto;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 490px;
height: 170px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
padding: 0.5em;
margin: 0.3em auto;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 490px;
height: auto;
position: relative;
color: #828282;
padding: 1px;
}

