/* Res style sheet */

body {background-color: white;
      color: black;
     }
p {font-size:12pt;
   font-family: Times New Roman, Times, serif;
            background-color: white;
   color: black;
   text-align:left;
  }
p.center {font-size:12pt;
            font-family: Times New Roman, Times, serif;
            color: black;
            text-align:center;
            background-color: white;

           }
p.small {font-size:7pt;
         font-family: Times New Roman, Times, serif;
         color: black;
         text-align:left;
            background-color: white;
        }
p.fixed {font-size:12pt;
         font-family: Courier New, Courier, serif;
         color: black;
         text-align:left;
            background-color: white;
        }
p.medium-center {font-size:medium;
         font-family: Times New Roman, Times, serif;
         color: black;
         text-align:center;
            background-color: white;
        }
P.fixed-small {font-size:x-small;
               font-family: Courier New, Courier, serif;
               color: black;
               text-align:left;
               background-color: white;
              }
p.headline {font-size:18pt;
            font-family: Times New Roman, Times, serif;
            font-style: italic;
            font-weight: bold;
            text-decoration: underline;
            color: black;
            text-align:left;
            background-color: white;
           }
p.headline-center-normal {font-size:18pt;
            font-family: Times New Roman, Times, serif;
            font-style: normal;
            font-weight: bold;
            text-decoration: underline;
            color: black;
            text-align:center;
            background-color: white;
           }
p.subheadline {font-size:14pt;
               font-family: Times New Roman, Times, serif;
               color: black;
               text-align:left;
            background-color: white;
              }
p.subheadline-center {font-size:14pt;
                      font-family: Times New Roman, Times, serif;
                      color: black;
                      text-align:center;
            background-color: white;
                     }
div {font-size:14pt;
    font-family: Times New Roman, Times, serif;
    font-weight: bold;
    color: black;
    text-align:left;
            background-color: white;
   }
div.resumeheader {font-size:18pt;
                  font-weight: bold;
                  color: black;
                  text-decoration: underline;
                  background-color: white;
                  text-align:center;
                  top: 60px;
                  left: 0px;
                  width: 730px;
                  height: 35px;
                  position: absolute;
                 }
div.resumesubheader {font-size:12pt;
                     font-weight: normal;
                     color: black;
                     background-color: white;
                     text-align:center;
                     top: 87px;
                     left: 0px;
                     width: 730px;
                     height: 35px;
                     position: absolute;
                    }
div.resumeprivacy {font-size:10pt;
                   font-weight: normal;
                   font-style: italic;
                   color: black;
                   background-color: white;
                   text-align:center;
                   top: 140px;
                   left: 0px;
                   width: 730px;
                   height: 40px;
                   position: absolute;
                  }
div.resumebody {font-size:14pt;
                font-weight: normal;
                color: black;
                background-color: white;
                text-align:left;
                top: 175px;
                left: 0px;
                width: 730px;
                position: absolute;
                padding-left: 10pt;
               }
div.small {font-size:x-small;
           font-family: Times New Roman, Times, serif;
           color: black;
           text-align:left;
            background-color: white;
          }
blockquote {font-size:12pt;
            font-family: Times New Roman, Times, serif;
            color: black;
            text-align:left;
            background-color: white;
           }
h1 {font-size:18pt;
    font-family: Times New Roman, Times, serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    color: black;
    text-align:left;
            background-color: white;
   }
h1.center-normal {font-size:18pt;
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    color: black;
    text-align:center;
            background-color: white;
   }
h2 {font-size:14pt;
    font-family: Times New Roman, Times, serif;
    color: black;
    text-align:left;
            background-color: white;
   }
h2.center {font-size:14pt;
           font-family: Times New Roman, Times, serif;
           color: black;
           text-align:center;
            background-color: white;
          }

A:link {color: #400040;
        background-color: transparent;
       }
A:visited {color: #400040;
           background-color: transparent;
          }
A:active {color: #C000C0;
          background-color: transparent;
         }
