body {width:100%; min-width:800px; font-family:arial; font-size:10pt; color:gray;}
p            { font-family: Arial; font-size: 10pt; color: #808080 }
td           { font-family: Arial; font-size: 10pt; color: #808080 }
h1 { background-image: url('images/bgrnd_header.jpg'); height:65px; width:100%; 
    background-repeat: repeat-x;
    font-size:16pt; color:white; padding:10pt; text-align:center
  }
h2 { background-image: url(images/para_header.jpg); height:18px; width:241px; 
    background-repeat: repeat-x;
    font-size:10pt; color:white; padding:5pt; text-align:left; margin-bottom:0;
  }
h3 { background-image: url(images/para_header.jpg); height:18px; width:100%; 
    background-repeat: repeat-x;
    font-size:10pt; color:white; padding:5pt; text-align:left; margin-bottom:0;
  }
a:link {
    text-decoration: none;
    color: #0000FF;
}

a:visited {
    text-decoration: none;
    color: #0000FF;
}

a:active {
    text-decoration: none;
    color: #0000ff;
}
a:hover {
    text-decoration: underline;
    font-weight: none;
}