body {
    font-family: Verdana, Arial, Helvetica;
    color: white;
    font-size: 16pt;
    font-weight: bold;
    background-image: url(images/bkg.jpg);
}


table {
    width:    1000px;
    text-align: left; 
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-size: 16pt;
    font-weight: bold;
    background-color: white;
    padding-right: 100px;
    padding-left: 100px;
}
 
h1 {
    text-align: center;
    font-family: Verdana, Arial, Helvetica;
    color: red;
    font-size: 28pt;
    font-weight: bold;
  }


h2 {
    text-align: center;
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-size: 22pt;
    font-weight: bold;
  }


h3 {
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-size: 18pt;
    font-weight: bold;
  }


h4 {
    text-align: center;    
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-weight: bold;
    font-size: 16pt;
  }


h5 {
    font-family: Verdana, Arial, Helvetica;
    color: rgb(250,250,250);
    font-weight: bold;
    font-size: 16pt;
  }


h6 {
    font-family: Verdana, Arial, Helvetica;
    color: rgb(0,0,0);
    font-weight: bold;
    font-size: 16pt;
  }


a {
    font-family: Verdana, Arial, Helvetica;
    color: blue;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: underline;
  }


.whitelink {
    font-family: Verdana, Arial, Helvetica;
    color: white;
    font-size: 16pt;
  }


.tblframework {
    width: 750px;
    background-color: #e8ede9;
    font-family: Verdana, Arial, Helvetica;
    padding-right: 10px;
    padding-left: 30px;
    color: rgb(0,0,0);
    font-weight: bold;
    font-size: 16pt;
  }


.tblinset {
    width: 750px;
    background-color: #e8ede9;
    font-family: Verdana, Arial, Helvetica;
    padding-right: 10px;
    padding-left: 30px;
    color: rgb(0,0,0);
    font-weight: bold;
    font-size: 16pt;
  }


.tblpictext {
    width: 750px;
    background-color: #e8ede9;
    padding-right: 16px;
    padding-left: 16px;
    font-family: Verdana, Arial, Helvetica;
    color: rgb(0,0,0);
    font-weight: bold;
    font-size: 16pt;
  }



