
/* Layout Stylesheet */ 

body {
 margin:0px;
 background-color:#ffffff;
 color: #000000;
 text-align:center;
 padding:0;
 }

div#outer
{
	border-right: #cccccc 1px solid;
	border-top: #000000 0px solid;
	background: #ffffff;
	margin: auto;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #000000 0px solid;
	text-align: left;
}



div#hdr {
 height:76px;
 background:#ffffff;
 color: #000000;
}


div#ftr {
 height:55px;
 background:#ffffff;
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 

@media print 
{
	div#hdr,div#bar,div#ftr,.bannerImage,INPUT#selBarGo,.noPrint,.info,div#pagegutter
	{
		display: none 
	}
 

	TH
	{
		border: 1px solid black;
		font-weight:bold;
	}
	.phTable
	{
		background-image: none;
	}
	
	div#pageheader {
		height:20px;
	}
	
	div#outer ,div#bodyblock
	{
 
		width:auto;
	}
	body {
		background:#ffffff;
	}
	
	 .print
	 {
		display:block;
	 }
	
 
 
}


