body {
   margin: 0;
   color: black;
   background-color: #ffffff; 
   background-position: top left;
   background-attachment: fixed;
   background-repeat: no-repeat;
}

#doc-info {
   text-align: left;
   font-size: x-small;
   float: left;
}

#doc-info a:link {
   text-decoration: none;
}

#doc-info a:visited {
   text-decoration: none;
}

#doc-info a:hover {
   text-decoration: none;
}

.ti {
   font-size: 12pt;
   font-weight: bold;
   padding: 4px 2px 2px 20px;
}


#d3 {
   padding: 8px 5px 0px 5px; 
   font-weight: bold;
   color: #ffffff;
   background-color: #800000;
   width: 100%;
}

#d4 {
   padding: 6px 20px 6px 30px;
   color: black;
   background-color: #DEB887;
   font-size: 14pt;
   font-weight: bold;
}

#ct {
   text-align:right;
   font-size: x-small;
   float:right;
}

#d51 {
   padding-right: 10px;
   font-size: 9pt;
   text-align: right;
   color: #ffffff;
   background-color: #800000;
}

#d51 a:visited { 
   color: white; 
   background-color: transparent;
   text-decoration: underline;
}
#d51 a:link {
   color: white; 
   background-color: transparent;
   text-decoration: underline;
}
#d51 a:hover {
   color: red;
   background-color: transparent;
   text-decoration: underline;
}

#d52 {
   padding-right: 10px;
   font-size: 9pt;
   text-align: right;
   color: #ffffff;
   background-color: #800000;
}

#d52 a:visited { 
   color: white; 
   background-color: transparent;
   text-decoration: underline;
}
#d52 a:link {
   color: white; 
   background-color: transparent;
   text-decoration: underline;
}
#d52 a:hover {
   color: red;
   background-color: transparent;
   text-decoration: underline;
}

a:visited {
   color: black;
   background-color: transparent;
   text-decoration: none;
}

a:link {
   color: black;
   background-color: transparent;
   text-decoration: none;
}

a:hover {
   color: red;
   background-color: transparent;
   text-decoration:  none;
}

.tb {
   color: black;
   background-color: white;
   border-color: black;
   border-collapse: collapse;
}
.wl {
   font-size: 10pt;
   text-align: left;
   border-color: black;
   color: black;
   background-color: #ffffff;
}

.ww {
   font-size: 10pt;
   text-align: center;
   border-color: black;
   color: black;
   background-color: #ffffff;
}

.bu {
   font-size: 10pt;
   text-align: center;
   border-color: black;
   color: black;
   background-color: #CCFFFF;
}

.bi {
   font-size: 10pt;
   text-align: center;
   border-color: black;
   color: black;
   background-color: #FFFFCC;
}
