body {
	font-size: 12px;
}
p { margin:0px;}

.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: 406px;
height: 127px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:10px; text-align:justify;
}
#mycustomscroll img { margin:62px 0px 5px 0px; }

#mycustomscroll p { margin:0px; font-size:10px; }

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 406px;
height: 125px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:10px; text-align:justify;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 400px;
height: 236px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#mycustomscroll2 ul{margin:0px; padding:0px;list-style:none; text-align:left;float:left;font-size:11px;width: 390px;}
#mycustomscroll2 li { display:list-item; color:#a13e5a;padding-bottom:5px;}
#mycustomscroll2 li a {color:#424242;text-decoration:none;font-size:11px; }
#mycustomscroll2 li a:hover {color:#a13e5a;text-decoration:none;}
