

/* ------------------------------------------------------------------------------- */
/* Over-ride tag. This will apply to all elements. */
* {
   font-family: Verdana;
   font-size: small;
}
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* Style for the overall table. */
table.tbl-csv {
   border: 2px solid #D5D5D5;
   border-spacing: 0;
   border-collapse: collapse;
   margin: 0 0 2em 0;
}

/* Style for the table's main heading. */
table.tbl-csv th {
   font-size: 1.5em;
   text-decoration: underline;
   color: #008000;
   padding: .5em .5em 0 .5em;
   width:705px;
}

/* Style for the table's sub-headings. */
table.tbl-csv td.sub-heading {
   border: none;
   padding: 1.75em .25em .25em .25em;
   font-weight: bold;
   font-style: italic;
   vertical-align: top;
   text-align: center;
}

/* Style for the column headings over the data cells. */
table.tbl-csv td.col-heading {
   font-weight: bold;
   vertical-align: middle;
   text-align: center;

}

/* Style for the table data cells. */
table.tbl-csv td {
   border: 1px solid #D5D5D5;
   padding: .25em .25em .25em .25em;
   vertical-align: top;
}
/* ------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/* Style for individual table data columns. Add as many as you wish! */
/* Use 'td-1' for the column farthest left, then 'td-2', 'td-3', 'td-4' and so on. */
table.tbl-csv td.td-1 {
   text-decoration: underline;
   width:39px;
}
table.tbl-csv td.td-2 {
   font-style: italic;
   width:167px;}
table.tbl-csv td.td-3 {
   color: #008000;
   font-weight: bold;
   text-align: right;
   width:79px;
}
table.tbl-csv td.td-4 {
   color: #808000;
   font-weight: bold;
   text-align: right;
   width:79px;
}
table.tbl-csv td.td-5 {
   color: #FF0000;
   font-weight: bold;
   text-align: right;
     width:79px;
}
table.tbl-csv td.td-6 {
   font-style: italic;
   font-size: x-small;
      width:49px;
}
table.tbl-csv td.td-7 {
   color: #FF0000;
      width:59px;
}
table.tbl-csv td.td-8 {
   color: #00FF00;
      width:79px;
}
table.tbl-csv td.td-9 {
   color: #0000FF;
      width:79px;
}
/* ------------------------------------------------------------------------------- */


