.Horizontal_Table { border-collapse: collapse; /* 'cellspacing' equivalent */
    border: solid 2px green; padding: 0px;  
    /* float:right; */ margin-right:auto; margin-left:auto; margin-top:10px; margin-bottom:12px; }
.Horizontal_Table tr { vertical-align: middle; }
.Horizontal_Table th { font-family: Tahoma, Geneva, sans-serif;
   font-size:11pt; line-height: 1.4em; text-align: center; vertical-align: middle; padding-left: 5px; padding-right: 5px; }
.Horizontal_Table td { font-family: Tahoma, Geneva, sans-serif; 
   font-size:11pt; line-height: 1.4em; text-align: center; vertical-align: middle; padding-left: 5px; padding-right: 5px; }

.repeater_table { border-collapse: collapse; /* 'cellspacing' equivalent */
  border: solid 1px #000000; padding: 0px; width: 100%;
	margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; }

/* .repeater_table th { font-family: "Comic Sans MS", cursive, sans-serif; font-size: 10pt; text-decoration: none; border: solid 1px #000000; text-align: center; } */
/* .repeater_table td { font-family: "Comic Sans MS", cursive, sans-serif; font-size: 10pt; text-decoration: none; border: solid 1px #000000; text-align: center; } */
.repeater_table th { font-size: 11pt; text-decoration: none; border: solid 1px #000000; text-align: center; }
.repeater_table td { font-size: 11pt; text-decoration: none; border: solid 1px #000000; text-align: center; }

