@charset "UTF-8";
/* CSS Document */

/* Basic Structure */
html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
#nav1, #nav2, .print  {
display: none;
}

