@charset "UTF-8";
/* CSS Document */
<style type="text/css">
	th{
	color:#ffffff;

		background-color: #364FA1;
		padding-bottom: 14px;
		border-bottom: 2px solid blue;
		margin-bottom:10px;
	}
	td{
		line-height:1em;
		vertical-align:top;
		
	}

table.tablealtrow {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0;
    background-color: #FFF;
    width: 100%;
}
table td, table th {
    padding: 1.25em;
    border: 1px solid #A0A0A0;
    font-size: 80%;
    text-align: left;
}
table tr:nth-of-type(2n) {
    background-color: #eee;
}
  a{
    line-height:normal;
  }
  /* Wrap your table in a container */

  .table{
   
    width:100%;}
  .tbody{
    
    width:100%;}



</style>
