@charset "utf-8";
/* CSS Document */

#printlogo {
	/*position:absolute;*/
	display:block;
	margin-top:0px;
	margin-bottom:20px;
	left:0;

}

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  width:7in;
 /*margin-top:200px;*/

}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#footer, #header, #sidebar, #logoWrap, #ddtopmenubar { 
  display : none; 
} 

