
#mycustomscroll {
	/* Typical fixed height and fixed width example */
    width: 484px;
	height: 400px;
	min-height:100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin:20px auto 20px auto;
	padding:15px 15px 15px 5px;
	outline: none;
}

#mycustomscrollpub {
	/* Typical fixed height and fixed width example */
    width: 484px;
	height: 150px;
	min-height:100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin:20px auto 20px auto;
	padding:15px 15px 15px 5px;
	outline: none;

}

#mycustomscrolllink {
	/* Typical fixed height and fixed width example */
    width: 484px;
	height: 235px;
	min-height:100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin:20px auto 20px auto;
	padding:15px 15px 15px 5px;
	outline: none;

}

#mycustomscrollcontact {
	/* Typical fixed height and fixed width example */
    width: 484px;
	height: 310px;
	min-height:100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin:20px auto 20px auto;
	padding:15px 15px 15px 5px;
	outline: none;

}

#mycustomscroll p {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin:5px 0;
	line-height:16px;
}

#mycustomscroll p.assinatura {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:10px 0;
	line-height:16px;
	text-align:right;
}

#mycustomscroll p span.data {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:10px 0;
	line-height:16px;}