.expandticker{
border:1px solid black;
padding:2px;
background:white;
width: 153px;
height:170px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandticker2{
border:1px solid black;
padding:2px;
background:white;
width: 630px;
height:142px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #3399ff;  /*#ca431a; */
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: #ccffff;  /* #ffdb8d; */
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background: #66ccff; /* #ffbf6d; */
color: black;
}

ul.dropdownlist li.selected a{
background: #3399ff;  /*#ca431a; */
color: white;
}

.scrl_njha
{
	margin-top:1px;
	margin-bottom:2px;
	Padding-top:0;
	font-family:Arial;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	color:Blue;
}
.scrl_njhasmall
{
	font-family:Arial;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	color:Blue;
}

.scrl_heading
{
	font-family:Arial;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	color:navy;
}
.scrl_para1
{
	padding-top:0px;
	font-family:Arial;
	font-size: 10pt;
	font-style:normal;
	font-weight:normal;
	color:Black;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}

