table { 
	width : 100%;
	}

tr { 
	text-align : center;
	}

th.old {
	background-color : #EEEEEE;
        font-family : serif;
	border-top : thick double black;
	}

th.new_l {
	background-color : #CCFFFF;
        font-family : sans-serif;
	border-left : thick double black;
	border-top : thick double black;
	}


td.old {
	background-color : #EEEEEE;
        font-family : serif;
	}

td.new_l {
	background-color : #CCFFFF;
        font-family : sans-serif;
	border-left : thick double black;
	}

td.new {
	background-color : #CCFFFF;
        font-family : sans-serif;
	}

td.comments {
	background-color : #FFCCFF;
        font-family : system;
	}

.disclaimer {
	font-size : x-small;
	text-align : center;
	}
