div#container
{
   width: 800px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #7F7F7F;
   color: #000000;
}
.csv_table
{
   background-color: #E6E6FA;
   border: 0px #8B0000 Default;
   }
.csv_labels
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   color: #000000;
   background-color: °FFFFFF;
   padding: 2px;
   border: 0px #8B0000 Default;
}
.csv_values
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none ;
   color: #000000;
   background-color: #FFFFFF;
   padding: 2px;
   border: 0px #8B0000 Default;
}
.csv_values1
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none ;
   color: #000000;
   background-color: ;
   padding: 2px;
   border: 0px #8B0000 Default;
}
.csv_footer
{
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   font-style: normal;
   text-decoration: underline ;
   color: #FFFFFF;
   background-color: #8B0000;
   padding: 2px;
   border: 0px #8B0000 Default;
}

a.csv_footer_link:link
{
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}
a.csv_footer_link:visited
{
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}
a.csv_footer_link:hover
{
   color: #FF6820;
   font-weight: bold;
   text-decoration: none;
}
a.csv_link:link
{
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
a.csv_link:visited
{
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
a.csv_link:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}

a.csv_labels_link:link
{
   color: #666666;
   font-weight: normal;
   text-decoration: none;
}
a.csv_labels_link:visited
{
   color: #666666;
   font-weight: normal;
   text-decoration: none;
}
a.csv_labels_link:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.csv_labels_link_active:link
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.csv_labels_link_active:visited
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.csv_labels_link_active:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
