html {
	margin: 10;
	padding: 0;
	}
body { 
	font: 80% Georgia;
	line-height: 1.88889;
	color: #000000; 
	#background: #fff; 
	margin: 0; 
	padding: 0;
	}
code {
	font: 90% courier, sans-serif;
	color: #555753;  
}    
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: 200% Georgia;
	font-weight: bold; 
	color: #E62E00;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	font-weight: bold
        letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0055CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #338033;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #0080CC;
	}
abbr {
	border-bottom: none;
	}


header h1 { 
	background: transparent url(h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;
    
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
table, th, td {
    table-layout:fixed;
    width:100%;
    border: 1px solid black;
    border-collapse: collapse;
    }
    th, td {
    padding: 2px;
    }
.truncate {
   displayLtable;
   table-layout:fixed
   width:100%
   }
.truncated {
   overflow-x:auto;
   white-space:nowrap;
   }
