#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 460px;
height: 440px;
overflow: auto;
padding: 30px 30px 0 30px;
margin: 10px 0 0 0;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;
margin: 0.3em auto;
padding: 15px;*/
}

#mycustomscroll h1{
	color: #9d7f4f;
	font-size: 11pt;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	}
#mycustomscroll h2{
	color: #000000;
	font-size: 9pt;
	padding: 10px 0 5px 0;
	}
	
#mycustomscroll p{
	font-size: 10pt;
	color:#ffffff;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}
#mycustomscroll h4{
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 10pt;
	}
#mycustomscroll hr{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #FFFFFF;
	margin: 30px 0 30px 0;
	}
/*
#mycustomscroll a{
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
	line-height: 17px;
	}
#mycustomscroll ul{
	padding-bottom: 10px;
	}
#mycustomscroll ul li{
	font-size: 9pt;
	color: #333333;
	line-height: 17px;
	margin-left: 20px;
	}
#mycustomscroll ul ul li{
	font-size: 9pt;
	color: #333333;
	line-height: 17px;
	margin-left: 30px;
	}
*/
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 440px;
height: auto;
position: relative;
color: black;
padding: 1px;
}