
h1           { color: #000080; font-family: Verdana,Arial,Helvetica,Univers; font-size: 14pt; 
               line-height: 14pt; font-weight: bold }
h2           { color: #000080; font-family: Verdana,Arial,Helvetica,Univers; font-size: 12pt; 
               line-height: 12pt; font-weight: bold }
h3           { color: #000080; font-family: Verdana,Arial,Helvetica,Univers; font-size: 10pt; 
               line-height: 10pt; font-weight: bold }
.volissue    { text-align: Right; font-family: Verdana, Arial, Helvetica, Univers; color: 
               #000000; font-size: 10pt; font-weight: bold }
.theissue    { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, Univers; font-size: 10pt;
               line-height: 12pt; font-weight: bold }
.conclusionbullet { font-family: Verdana,Arial,Helvetica,Univers; font-size: 8pt; color: #000000 }
.conclusionhead { color: #000000; font-family: Verdana,Arial,Helvetica,Univers; font-size: 10pt; 
               font-weight: bold }
.tsandcs     { text-align: Right; font-family: Verdana,Arial,Helvetica,Univers; font-size: 8pt;
               line-height: 9pt; color: #000000 }
             
A            { text-decoration: none }
A:hover      { text-decoration: none; color: #FF0000 }

p            { font-family: Georgia,Times New Roman; font-size: 9pt; line-height: 14pt; color: #000000 }
td            { font-family: Georgia,Times New Roman; font-size: 9pt; line-height: 14pt; color: #000000 }

body         { font-family: Georgia,Times New Roman; font-size: 9pt; color: #000000 }
.bodyspecial { font-family: Verdana, Arial, Helvetica, Univers; font-size: 10pt;
               line-height: 12pt; font-weight: bold }
.login       { font-family: Verdana, Arial, Helvetica, Univers; font-size: 7.5pt;
               line-height: 12pt; font-weight: bold }
.dropdn      { font-family: Verdana, Arial, Helvetica, Univers; font-size: 7.5pt;
               line-height: 12pt }
.tabrow1     { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, Univers; font-size: 10pt;
               font-weight: bold }
.tabcol1     { color: #000000; font-family: Verdana,Arial,Helvetica,Univers; font-size: 10pt; 
               font-weight: bold }
               
/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	border: 1px solid red;
	width: 688px;
	height: 176px;
}

	div.skeletonTickerTape ul li {
		margin: 10px 5px 0 5px;
		position:relative;
		border: 1px solid red;
	}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	border: 1px solid #a5c6ef;
	width: 676px;
	height: 129px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {

			margin: 10px 10px 0 10px;
			background: #e7eff7;
			padding: 5px 5px;
			border: 1px solid #ddd;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: #000080;
	}