/*		by shuster 2007		*/
/* style for static documents */


#static h2 { color: #2C1C5C; font-size: 120%; padding-bottom: 1em;  }
#static h3 { font-size: 100%; color: #000080; }
#static h4, #static h5, #static h6 { font-size: 100%; color: #000; }

#static p { padding-bottom: 1.5em; }
#static p.blk, #static p.justify { text-align: justify; }

#static p.bleft, #static div.bleft { float: left; width: 395px; margin-right: 8px; }
#static p.bright, #static div.bright { float: right; width: 395px; }
#static p.left, #static div.left { text-align: left; }
#static p.right, #static div.right { text-align: right; }

#static dl { padding-bottom: 1em; }

