#stripe table {
    table-layout: auto; width: 100%;
    border-spacing: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    font-size: 8pt;
    text-align: center;
    background:rgb(51, 107, 129);
    
    border:  none;
}

#stripe caption {
    
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: white;
    color:  rgb(253, 162, 29);
    margin: 0;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding: 1em 1.5em 0 0;
    
}

#stripe td {
    width: 20%;
    color:black;
	vertical-align: top; 
    
}

#stripe th {
    background-color: rgb(51, 107, 129);
    color: #FFF;
    

}
#stripe td a:hover {
	text-decoration: none;
	background-color:transparent;
	color:black;
}


/*
tr {
    background-color:rgb(206, 216, 222);
  }
*/
  
#stripe tr {
    background-color: white;
    color: white;
  }

#front {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-align:center;
}
#efl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
}


