﻿
/* Primary Page Layout - Resetting & Blanket Formatting */

      * {
        margin: 0px;
        padding: 0px;
      }
      html {
        width: 100%;
        scrollbar-arrow-color: #dfdfdf; 
        scrollbar-base-color: #dfdfdf; 
        scrollbar-darkshadow-color: #dfdfdf; 
        scrollbar-face-color: #808080; 
        scrollbar-highlight-color: #808080; 
        scrollbar-shadow-color: #dfdfdf;
        scrollbar-track-color: #d0e0e0;
      }
      body.main {
	position: relative;
	background: #8693b5 url("layout/bg-page.jpg") repeat-x left top; /* Works In All Browsers was 000000 */
	background-attachment: fixed;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
        width: 100%;
        border: 0px;
        font-family: Helvetica, Arial, Georgia, sans-serif, Serif, Times New Roman, Times, Verdana;
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
      }

      h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd {
        border: 0px;
        margin: 0px;
        padding: 0px;
      }  /* ul,ol,li are treated on an individual basis */
      img {
        border: 0px;
      }

/* Text Formatting */

      h1 {
        padding-top: 8px;
        padding-bottom: 0px;
        line-height: 32px;
        font-size: 26px;
        font-weight: bold;
        font-style: normal;
        color: #8db0d0; /* MAC Browsers do not like " "'s */
      }
      h2 {
        padding-top: 0px;
        padding-bottom: 10px;
        line-height: 22px;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        color: #ffffff; /* MAC Browsers do not like " "'s - also can use 25497F */
      }
      h3 {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 18px;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        color: #8db0d0; /* MAC Browsers do not like " "'s - also can use 25497F */
      }
      h4 {
        padding-top: 6px;
        padding-bottom: 0px;
        line-height: 18px;
        font-size: 10px;
        font-weight: bold;
        font-style: normal;
        color: #ffffff; /* MAC Browsers do not like " "'s - also can use 25497F */
      }

      ul.content { /* All Browsers Read This 1st */
	position: relative;
        line-height: 18px;
        padding-left: 50px;
	overflow: hidden;
	list-style-position: inside;
	display: inline-block;
      }  /* Alignment for PC IE and Mac Safari OK with this - Leave All */

      ul.content li { /* All Browsers Read This 1st - Try list-style-position: inside */
	position: relative;
	overflow: hidden;
      }

      ol.content { /* All Browsers Read This 1st */
	position: relative;
        line-height: 18px;
        padding-left: 50px;
	overflow: hidden;
	list-style-position: inside;
	display: inline-block;
      }  /* Alignment for PC IE and Mac Safari OK with this - Leave All */

      ol.content li { /* All Browsers Read This 1st - Try list-style-position: inside */
	position: relative;
	overflow: hidden;
      }

      li.numbered { /*  */
        margin-left: 15px; /*  */
        margin-bottom: 5px; /*  */
      }

      hr { 
	display: block;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
        color: #7f7f7f;
      } 

/* Links Formatting - Content Page Links */

      a:link {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
      }  /* unvisited links */
      a:visited {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
      }  /* visited links   */
      a:active {
        color: #8db0d0;
        text-decoration: none;
        font-weight: bold;
      }  /* active links    */
      a:hover {
        color: #8db0d0;
        text-decoration:  none;
        font-weight: bold;
      }  /* user hovers     */

/* Primary Containers - Page Layout Cells */
      div.container {
        position: relative;
        margin-left: auto; /* IE ignores margin auto, centered for IE using text-align center in Body */
        margin-right: auto; /* IE ignores margin auto, centered for IE using text-align center in Body */
        text-align: center;
        padding-left: 0px;
        width: 399px; /* Main Adjuster */
      }
      div.solidcontent {
	float: center;
        position: relative;
        width: 387px;
        text-align: center;
      }
      div.header {
	z-index: 10;
        position: relative;
        vertical-align: middle;
        margin-top: 0px;
	top: 0px;
	left: 0px;
        width: 100%;
        text-align: right;
        color: #8db0d0; /* MAC Browsers do not like " "'s */
      }
      div.title {
	float: center; /* Vary PC-Mac and Mobile */
        width: 100%;
        margin-top: 0px;
        padding-top: 8px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        color: #efefef; /* MAC Browsers do not like " "'s */
        text-align: center;
      }
      div.player {
	float: center; /* Vary PC-Mac and Mobile */
        width: 100%;
        margin-top: 8px;
        padding-top: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        padding-right: 0px;
        color: #efefef; /* MAC Browsers do not like " "'s */
        text-align: center;
        color: #8db0d0;
        font-size: 11px;
        line-height: 22px;
      }
      audio.audioplayer {
        outline: none;
      }
      video.videomp4 {
        width: 377px;
	height: 213px;
	border: 1px solid #8db0d0; /* cfcfcf or afafaf*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 12px;
        layer-background-color: #000000 url('layout/bg-content.jpg') repeat-y center;
	background: #000000 url('layout/bg-content.jpg') repeat-y center;
        outline: none;
      }
      iframe.youtube {
        width: 377px;
	height: 213px;
	border: 1px solid #8db0d0; /* cfcfcf or afafaf*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 12px;
        layer-background-color: #000000 url('layout/bg-content.jpg') repeat-y center;
	background: #000000 url('layout/bg-content.jpg') repeat-y center;
        outline: none;
      }
      div.main-content {
        width: 100%;
      }
      div.main-content:after { /* Used After Any MAC & IE8 Container That Holds A floating div */
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
      }
      div.contentframe {
	float: left;
        width: 100%; /* Main Adjuster */
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        color: #efefef; /* MAC Browsers do not like " "'s */
        layer-background-color: #000000 url('layout/bg-content.jpg') repeat-y center;
	background: #000000 url('layout/bg-content.jpg') repeat-y center;
	border: 1px solid #8db0d0; /* cfcfcf or afafaf*/
        text-align: left;
      }
      div.content {
	float: left;
        width: 376px; /* Main Adjuster */
        margin-top: 0px;
        padding-top: 3px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        color: #efefef; /* MAC Browsers do not like " "'s */
        text-align: left;
      }
      div.copyright {
	float: left;
        width: 100%;
        height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
        font-weight: normal;
        font-style: normal;
        color: #1b346e;
        font-size: 11px;
        line-height: 15px;
      }
      div.counter {
	float: left;
        width: 100%;
        height: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
        font-weight: normal;
        font-style: normal;
        color: #1b346e;
        font-size: 11px;
        line-height: 15px;
      }

      div.AlbumContainer {
	float: left;
        width: 375px;
        padding-top: 6px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        layer-background-color: #030e28;
	background: #030e28;
	border-top: 1px solid #8db0d0;
        color: #8db0d0;
      }
      div.CellAlbumArtwork {
	float: left;
        width: 130px;
        padding-top: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      img.ImageAlbumArtwork { /* All Browsers Read This 1st */
        height: 125px;
        width: 125px;
	float: left;
        layer-background-color: #000000;
	background: #000000;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
	border: 0px solid #cfcfcf;
      }
      div.AlbumDetails {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.AlbumName {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: bold;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
      }
      div.AlbumComposed {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: bold;
        font-style: normal;
	border-right: 0px solid #000000;
        font-size: 11px;
        line-height: 14px;
      }
      div.AlbumYear {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        font-size: 11px;
        line-height: 14px;
      }
      div.AlbumTrackHeadings {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellAlbumTrackTitleHeading {
	float: left;
        width: 135px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellAlbumTrackLengthHeading {
	float: left;
        width: 36px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellAlbumTrackYearHeading {
	float: left;
        width: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellAlbumTrackLinksHeading {
	float: left;
        width: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.AlbumTrackDetails {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-bottom: 1px solid #1b346e;
	border-right: 0px solid #000000;
      }
      div.CellAlbumTrackNo {
	float: left;
        width: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.CellAlbumTrackTitle {
	float: left;
        width: 116px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 7px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #ffffff;
        font-size: 11px;
        line-height: 14px;
      }
      div.CellAlbumTrackLength {
	float: left;
        width: 36px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.CellAlbumTrackYear {
	float: left;
        width: 26px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.CellAlbumTrackLinks {
	float: left;
        width: 30px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
      }
      div.AlbumTrackNotesContainer {
	display: none;
	float: left;
        width: 245px;
        padding-top: 6px;
        padding-bottom: 4px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        layer-background-color: #030e28;
	background: #030e28;
	border-top: 0px solid #8db0d0;
        color: #8db0d0;
      }
      div.AlbumTrackCellNotes1 {
	float: right;
        width: 223px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 1px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-left: 0px solid #1b346e;
	border-right: 0px solid #1b346e;
	border-top: 1px solid #1b346e;
	border-bottom: 0px solid #1b346e;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
      }
      div.AlbumTrackCellNotes2 {
	float: right;
        width: 223px;
        padding-top: 0px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 12px;
      }
      div.AlbumContainerEnd {
	float: left;
        width: 375px;
        padding-top: 2px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-top: 1px solid #8db0d0;
        color: #8db0d0;
      }

      div.HeadingsContainer {
	display: none;
	float: left;
        width: 750px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        layer-background-color: #030e28;
	background: #030e28;
	border-top: 0px solid #000000;
        color: #8db0d0;
      }
      div.HeadingArtwork1 {
	float: left;
        width: 72px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.HeadingTitle1 {
	float: left;
        width: 148px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.HeadingLength1 {
	float: left;
        width: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.HeadingComposer1 {
	float: left;
        width: 148px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.HeadingProducer1 {
	float: left;
        width: 150px; /* Additional 2px fine tune */
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.HeadingLinks1 {
	float: left;
        width: 46px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.TrackContainer {
	float: left;
        width: 375px;
        padding-top: 6px;
        padding-bottom: 4px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        layer-background-color: #030e28;
	background: #030e28;
	border-top: 1px solid #8db0d0;
        color: #8db0d0;
      }
      div.CellTrackArtwork {
	float: left;
        width: 130px;
        padding-top: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      img.ImageTrackArtwork { /* All Browsers Read This 1st */
        height: 125px;
        width: 125px;
	float: left;
        layer-background-color: #000000;
	background: #000000;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
	border: 0px solid #cfcfcf;
      }
      div.TrackDetails {
	float: left;
        width: 245px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.ColumnTitle {
	float: left;
        width: 100px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellTitle1 {
	float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellTitle2 {
	float: left;
        width: 100%;
        padding-top: 2px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #ffffff;
        font-size: 11px;
        line-height: 14px;
      }
      div.ColumnLength {
	float: left;
        width: 41px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellLength1 {
	float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellLength2 {
	float: left;
        width: 100%;
        padding-top: 2px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.ColumnComposer {
	float: left;
        width: 100px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellComposer1 {
	float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellComposer2 {
	float: left;
        width: 100%;
        padding-top: 2px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.ColumnProducer {
	float: left;
        width: 73px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellProducer1 {
	float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellProducer2 {
	float: left;
        width: 100%;
        padding-top: 2px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.ColumnLinks {
	float: left;
        width: 42px;
        padding-top: px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
      }
      div.CellLinks1 {
	float: left;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellLinks2 {
	float: left;
        width: 100%;
        padding-top: 4px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
      }
      div.NotesContainer {
	display: none;
	float: left;
        width: 375px;
        padding-top: 6px;
        padding-bottom: 4px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        layer-background-color: #030e28;
	background: #030e28;
	border-top: 0px solid #8db0d0;
        color: #8db0d0;
      }
      div.CellNotes1 {
	float: left;
        width: 367px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 4px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 9px;
        line-height: 14px;
        layer-background-color: #1b346e;
	background: #1b346e;
      }
      div.CellNotes2 {
	float: left;
        width: 367px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-right: 0px solid #000000;
        color: #8db0d0;
        font-size: 11px;
        line-height: 14px;
      }
      div.TrackContainerEnd {
	float: left;
        width: 375px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-top: 1px solid #8db0d0;
        color: #8db0d0;
      }
      div.Spacer {
	float: left;
        width: 375px;
        height: 16px;
        padding-top: 2px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
      }
      div.CommentsContainer {
	float: left;
        width: 375px;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
	border-top: 0px solid #8db0d0;
      }
