.strap {
    font-family: "Gill Sans MT Shadow", Arial, Helvetica, sans-serif;
    color: #990000;
    background-color: #FFCCCC;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    }
.main {font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; color: black; font-size: 10pt; font-weight: normal; vertical-align: top}
.menu {background-color: #990000; vertical-align: top; text-align: left; font-weight: bold; color: white; margin-left: 0px}
.centre {text-align: center;}
.text a:link, .text a:visited {display:inline; background-color: #FFFFFF; color: #990000; border: 0px; text-decoration: underline}
.text a:hover {color: red}
h1 {font-size: 18pt; color: #C5030C; padding-top:5px; text-align: center}
h2 {font-size: 14pt; color: #0078C0; text-align: left}
.small {font-size: 8pt}
ul.sq {list-style: url(../images/squ.gif)}
#links {background-color: #990000; vertical-align: top; text-align: left; line-height: 250%; font-weight: bold; width: 140px; color: white; margin-left: 10px}
#links a:link, a:visited {display: block; text-decoration: none; background-color: #990000; color: #FFFFFF; border-top: 1px solid #ffffff; width:140px; border-bottom: 1px solid #cccccc}
#links a:hover {text-decoration: none; background-color: #FFCCCC; color: #000066}
.line {color: #0078C0}
.right {
        float: right;
        text-align: right;
        margin: 10px 0 5px 10px;
    }
.left {
        float: left;
        text-align: left;
        margin: 10px 5px 0px 10px;
    }
