body {
 font-family: Arial, helvetica, times, serif;
 font-size:small;
 width:600px;
 }
 
.noprint {
 display:none;
 }

#header { 
 height: 100px;
 width:600px;
 margin-bottom:5px;
 }

#hdr_left, #hdr_right, #hdr_menu, #menu {
 display:none;
 }
 
#body_container, #content, #footer, #content_bottom, table {
 width:600px;
  }

#footer {
 margin-top:30px;
 clear:both;
 width:600px;
 }

H1 {
 position:relative;
 float:left;
 width:100%;
 height:25px;
 font-size:small;
 font-style:italic;
 margin:5px;
 }

H2 {
 width:100%;
 border-bottom:1px solid #000;
 font-size:small;
 font-style:italic;
 margin-bottom:10px;
 }

a {
 color:#000;
 text-decoration:none;
 border:0px;
 }

p {
 margin-top:15px;
 }

.hilite {
 text-align: center;
 font-size: normal;
 font-weight:bold;
 }

dl {
 position:relative;
 float:left;
 }

ul {
 position:relative;
 float:left;
 }

table {
 position:relative;
 float:left;
 clear:right;
 font-size:x-small;
 margin-top:20px;
 }

th {
 text-align:left;
 }

caption {
 position:relative;
 caption-side:top;
 width:100%;
 padding: 10px 5px 5px 10px;
 font-size: x-small;
 text-align:left;
 font-weight:bold;
 margin-bottom:5px;
 }

td {
 border-top: 1px dotted;
 border-left: 1px dotted;
 padding:2px; 
 }


