@charset "utf-8";
/* CSS Document */
@import url('/style.css');


body {
margin:0px;
background:none;
}

#header {
display:none;
}

#container {
width:100%;
}

#innercontent {
margin:0px;
padding:0px;
}

#inner {
background:none;	
}

#footer {
height:auto;
font-size:1em;
}

.costtable td {
border:1px solid #000;
}

.printingPageBreak {
page-break-after:always;
}