/******************************************************************/

#marqueecontainer{
position: relative;
width: 134px; /*marquee width */
height: 360px; /*marquee height */
background-color: #003F77;
overflow: hidden;
}



/* 10-scroller */
.scroller {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #ffffff;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 176px;
  height: 330px;
}

/* 10-scrollercontent */
.scrollercontent {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 189px;
  height: 330px;
  color: #ffffff;
}

/* 14 */
.flashheader {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  text-align: left;
}

.ajpopuphdr{
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
	color : #FFFFFF;
	background-color: #003F77;
}

.ajpopuptxt{
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
	color : #003F77;
	background-color: #FFFFFF;
}

.ajpopuplnk{
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
	color : #000000;
	background-color: #EEEEEE;
}