table {border: 0px;
		font-size: 11px;
	   }
		
td {	border: 0px;
		background: transparent;
    }

table.contenttable {
		margin-left:auto;
		margin-right:auto;
        padding: 1px;
        border: 1px solid #b21609;
        border-collapse: collapse;
        background: white;
        }

.contenttable td { margin: 0px;
				    padding: 3px;
                    border: 1px black solid;
                    }
/* ********************************************* */
.contenttable-0 .tr-even td { background: #e5e5e5 }

.contenttable-0 .tr-0 td {
			font-weight: bold;
			background: #aaa;

					}
.contenttable-0 td.td-0 {
			font-weight: bold;
			background: #aaa;
		}
/* ********************************************* */
.contenttable-1 .tr-even td { background: #e5e5e5; }
/* ********************************************* */
.contenttable-2 .tr-even td { background: #e5e5e5; }
					}
.contenttable-2 .tr-even td.td-0 {
			font-weight: bold;
			background: #aaa;
		}
.contenttable-2 td.td-0 {
			font-weight: bold;
			background: #aaa;
		}
/* ********************************************* */
.contenttable-3 .tr-even td  { background: #e5e5e5; }
.contenttable-3 .tr-0 td {
			font-weight: bold;
			background: #aaa;
			
