.thumbtable {
    border: 0px solid black;
}

.separator {
    border-top: 1px dotted #777777;
    height: 0px;
}

.thumb {
}

img {
    border: 0px;
}

body {
      font-family: Trebuchet MS, Verdana, Arial, sans-serif;
      background-color: beige;
      font-size: 9pt;
      color: black;
}

.cell1 {
    background-color: white;
    border: 1px white solid;
    margin-left: 60px;
    margin-right: 60px;
}

.padcell {
    padding: 15px;
}

.footer1 {
    background-color: black;
    border-top: 1px white solid;
    margin-top: 30px;
    padding-top: 10px;
}
.footer2link {
    color: beige;
}

A:link {
    color: black;
    text-decoration: none;
}
A:visited {
    color: black;
    text-decoration: none;
}
A:active {
    color: black;
    text-decoration: none;
}
A:hover {
    color: #C37330;
    text-decoration: underline;
}

.footer2 {
    background-color: #D6D6B5;
    border-top: 1px white solid;
    margin-top: 0px;
    min-height: 10px;
    font-size: 8pt;
    color: #868665;
    text-align: center;
}

.menulink {

}

.colour1 {
    background-color: black;
    margin-top: 0px;
    padding-top: 10px;
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
}

.mainmenu {
    margin-left: 30px;
}

h1 {
    color: black;
    font-size: 16pt;
    padding-top: 35px;
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: #C3C3A0;
    letter-spacing: 1px;
}

h2 {
    color: rgb(71, 107, 144);
    font-size: 13pt;
    font-weight: normal;
    border-bottom: 1px solid rgb(144, 173, 233);
    width: 64%;
    margin-left: 30px;
    margin-bottom: 6px;
}




