a {
   color: blue;
   text-decoration: none;
}

a:hover {
   color: blue;
   text-decoration: underline;
}

table {
   width: 65%;
}

.gtitle {
   border-width: 0px 0px 2px 0px;
   border-style: solid;
   border-color: black;
   height: 125px;
}

img.gtitleimg {
   float: left;
}

.gtitletext {
   padding-top: 50px;
   padding-left: 345px;
   font-family: serif;
   font-size: 12pt;
}

.gtext {
   margin-left: 100px;
   margin-right: 100px;
   padding: 5px 15px 5px 15px;
   border-width: 0px 2px 0px 2px;
   border-style: solid;
   border-color: black;
   text-align: justify;
   background-image: url("../images/general_bkg.png");
}

.gtextmain {
   font-family: sans-serif;
   font-size: 10pt;
}

.gfooter {
   padding-top: 10px;
   border-width: 2px 0px 0px 0px;
   border-style: solid;
   border-color: black;
   text-align: center;
}

.gfootertext {
   font-family: sans-serif;
   font-size: 8pt;
}
