body { margin: 0px }

.bold { font-weight: bold }
.center { margin-right: auto; margin-left: auto }
.center-text { text-align: center }
.right-text { text-align: right }
.width250 { width: 250px }
.width150 { width: 150px }
.height200 { height: 200px }
.border { border: thin solid #000000 }
.border-top { border-top: thin solid #000000 }
.border-right { border-right: thin solid #000000 }
.border-bottom { border-bottom: thin solid #000000 }
.border-left { border-left: thin solid #000000 }
.no-print { display: none }

#header { display: none }

#menu { display: none }

#main { margin-top: 20px }
#main fieldset { width: 95%; margin-top: 0px; border: none }
#main legend { display: none }

#print { width: 100%; font-weight: bold; font-size: xx-large; color: #02398D }
#print img { height: 50px; }

#listing { width: 100%; margin-bottom: 10px; border-collapse: collapse; empty-cells: show }
#listing th, #listing td  { border: thin solid #CCCCCC; white-space: nowrap }

#report { width: 100%; margin-bottom: 10px }
#report #print { font-size: medium }
#report #print img { height: 125px; }
#report table { width: 100%; border-collapse: collapse }
#report p { float: right; width: 325px; margin-bottom: 40px; padding: 10px }
#report hr { border: none; border-bottom: thin dotted #000000 }

#footer { display: none }