/* CSS Document */

.noPrint { display:none; } /* add this class to anything that should not appear in the printout */

#outterWrapper { width:95%;float:none;font-family: Arial;margin: 10px;}
p { color: #000; }
a { color: #666; text-decoration: underline; }
h1 { font-size: 20px;font-weight:bold; }
h2 { font-size: 18px;font-weight:bold; }
h3 { font-size: 16px;font-weight:bold; }
h4 { font-size: 14px;font-weight:bold; }
h5 { font-size: 12px;font-weight:bold; }
img { margin: 10px; }

#header { width: 100%; border-bottom: 2px solid #000;padding: 20px 20px 20px 0; }

/* The following predefined items will be removed from the printout */

.topNav, #topSearch, #breadcrumbs, #globalNav, #telNo, #footer, .sideBar, .clearNoHeight, .clear, .clearLeft, .clearRight { display:none; }
