@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------- */
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  padding: 3px;
  border-bottom-style:none;
  border:0px;
  border: none;
  line-height:24px;
  font-family: Arial, sans-serif;
  color: #000000;
}

p {line-height:24px; font-family: Arial, sans-serif; color: #000000; }
h1 {font-family: Arial, sans-serif; color: #000000; }
h2 {font-family: Arial, sans-serif; color: #000000; }
h3 {font-family: Arial, sans-serif; color: #000000; }
a {font-family: Arial, sans-serif; color: #3333AA; background-color: ; text-decoration: none }
a:link {font-family: Arial, sans-serif; color:; background-color: ; text-decoration: none }
/* a:active {font-family: Arial, sans-serif; color: #00FF00; background-color: #FFFFFF; text-decoration: none } */
/* a:visited {font-family: Arial, sans-serif; color: #3333CC; background-color: #FFFFFF; text-decoration: none } */

