/* CSS Document */
#PFHide
{
display:none;
}

#Main
{
width: 100%;
height: auto;
margin:auto;

}

#container
{
margin:auto;
width:100%;

}
.header
{
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
}





@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  color:#000000;

}


