/* CSS Document */

html { padding:0px; margin:0px; height:100%; width:100%; }
body { background:none; font-family:"Courier New", Courier, monospace; font-size:0.8em; line-height:150%; color:#000; padding:0px; margin:0px; overflow:auto; height:100%; width:100%; }

h1 { font-weight:bold; color:#000; margin:0px 0px 0px 0px; padding:0px 0px 15px 0px; line-height:100%; font-size:1.0em; }
p { margin:0px 0px 1.4em 0px; }

.bold { font-weight:bold; }

input { float:left; margin:0px 30px 20px 0px; }

hr { clear:left; margin:0px 0px 30px 0px; height:1px; background-color:#000; color:#000; border-color:#000; }

.print_tools { height:45px; width:100%; position:relative; border-bottom:dotted 1px #ccc; border-top:dotted 1px #ccc; }

.spacer { padding:20px; }

a.print { display:block; width:59px; height:9px; position:absolute; left:20px; bottom:15px; background-image:url(../images/buttons/button_print.gif); background-repeat:no-repeat; background-position:0px 0px; }
a.print:hover { background-position:0px -9px; }
a.close { display:block; width:135px; height:9px; position:absolute; right:20px; bottom:15px; background-image:url(../images/buttons/button_closewindow.gif); background-repeat:no-repeat; background-position:0px 0px; }
a.close:hover { background-position:0px -9px; }
