/* Hide all items not needed for Print */

.mbox, #foot ul, .nop{
display: none;
}

/* Style links for print */

a{
text-decoration: none;
color: inherit;
}

/* Size items for print */
body{
font-size: 11pt;
color: black;
}

h1{
font-size: 16pt;
}

h2{
font-size: 14pt;
}

h3{
font-siZe: 12pt;
}

.hr{ /* use on empty div for cross browser horiz. rule */
width:90%;
border-bottom: 1px black solid;
height: 1px;
margin: 3px auto;
}

.left, #left{
float: left;
width: 49%;
}

.right, #right{
float: right;
width: 49%;
}

div.break{
page-break-before: always;
}

.ffx{ /* firefox hack */
clear: both;
height: 1px;
}

#logo{
font-size: 1.7em;
font-weight: bold;
}

.ac{display: none;}