body {
 margin: 0px;
 color: #000000;
 background-color: #FFFFFF;
 font-family: Arial;
 font-size: 11pt;
 background-image: url(images/brand.jpg);
 background-repeat: repeat;
 background-attachment : fixed;
 background-position : 0px 0px;
}
div{padding-left:0px;
}
h1{color: #000000;  }
ul{
 position:relative;left:-20px;
 margin-top:5px;
 margin-bottom:15px;
}
li{
list-style-image:url(images/pblt.gif);
/*list-style-type:none; */

}

table,tr,td{
 font-size: 10pt;
 color: #000000;
 background-position: top left;
}
a:link, a:visited, a:active{
 color: #996633;
 text-decoration:none;
 font-weight: bold;
}
a:hover{
 color: #FF0000;
}
