body {
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     background-color: #000000;
     }

.mastertable {
     width: 1000px;
     height: 800px;
     background-image: url('watermark.png');
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center;
     background-color: #b69c74;
     }

.mainbanner {
     background-image: url('titlebanner2.png');
     height: 100px;
     width: 1000px;
     }

.menutable {
     background-color: #B0956A;
     }

td {
     font-size: 14px;
     }

th {
     font-size: 14px;
     }

.pagecontents {
     font-size: 14px;
     }

.pagetitle {
     font-weight: bold;
     font-size: 14px;
     }

a:link {
     font-weight: bold;
     color:#000000;
     text-decoration: none;
     }
a:visited {
     font-weight: bold;
     color:#000000;
     text-decoration: none;
     }
a:hover {
     font-weight: bold;
     color:#7c6630;
     text-decoration: none;
     }
a:active {
     font-weight: bold;
     text-decoration: none;
     color:#000000;
     }

.menuitem {
     text-align: center;
     font-size: 14px;
     font-weight: bold;
     color: #7c6630;
     }

.menuitem:link {
     font-size: 14px;
     }

.submenuitem {
     font-size: 14px;
     position: relative;
     left: 15px;
     text-align: center;
     font-weight: bold;
     color: #7c6630;
     }

.submenuitem:link {
     font-size: 14px;
     }

.small {
     font-size: 9px;
     }

.faqsquestion{
     font-size: 14px;
     font-weight: bold;
     }

.faqsanswer {
     font-size: 14px;
     margin-bottom: 15px;
     }

.newsdate {
     font-weight: bold;
     font-size: 10pt;
     text-align: left;
     }

.news {
     font-weight: normal;
     font-size: 10pt;
     text-align: left;
     }
     
hr { 
     color: #000000;
     border-style: solid;
     }
