body {
        margin:0px;
        padding:0px;
        font-family: arial, helvetica, sans-serif;
	font-color:BLACK;
        color:#220000;
        background-color:a5bead;
	foo:#FFDDAD;
}
pre {
  background: #eeeeee;
  border: 1px solid #888888;
  color: black;
  padding: 1em;
  white-space: pre;
}
h1 {
        margin:5px 0px 5px 0px;
        padding:0px;
        font-size:20px;
        line-height:28px;
        font-weight:900;
        color:#220000;
}
h2 {
        margin:5px 0px 5px 0px;
        padding:0px;
        font-size:16px;
        line-height:28px;
        font-weight:900;
        color:#220000;
}
h3 {
        margin:5px 0px 5px 0px;
        padding:0px;
        font-size:15px;
        line-height:28px;
        font-weight:900;
}
p
{
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
}
table
{
    font-size: 10pt;
        color: #000000;
}
table.pymenu {color: #000000; background-color: #99ccff}
th.pymenu {color: #ffffff; background-color: #003366}

table.report {color: #000000; background-color: #eee;
        border:1px solid #999; // dashed #999;
        border-style:solid;
}
td.report_header {color: #000000; background-color: #eee;
        font-weight: bold;
        border:1px solid #999; // dashed #999;
        border-style:solid;
}
td.report {color: #000000; background-color: #eecc9D;
        border:1px solid #999; // dashed #999;
        border-style:solid;
}
td.report_even {color: #000000; background-color: #eef;
        border:1px solid #999; // dashed #999;
        border-style:solid;
}

.box  {color: #000000; background-color: #eee;
        border:1px solid #999; // dashed #999;
        border-style:solid;
        padding:2;
}
.code
{
        font-family: "Lucida Console", monospace;
        font-weight: bold;
        font-size: 8pt;
        color: #007700; background-color: #dddddd
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
        text-decoration:none;
        font-weight:600;
        font-family:verdana, arial, helvetica, sans-serif;
        color: #900;
}
//a:link {color:#09c;}
//a x:visited {color:#07a;}
a:hover {background-color:#ee0;}

#Header {
        margin:10px 0px 10px 0px;
        padding:10px 0px 10px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
/*      height:30px;  13px + 15px + 2px  */
        border-style:solid;
        border-color:black;
        border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
        line-height:33px;
        background-color:#fee;
        height:43px; /* the correct height */
        }

#Content {
        margin:0px 210px 50px 10px;
        padding:10px;
        }

#Menu {
        position:absolute;
        top:120px;
        right:20px;
        width:172px;
        padding:10px;
        background-color:#ffe;
        border:1px solid #999; // dashed #999;
        line-height:17px;
        width:150px;
        font-size:11px;
        }



