body {
	margin : 10 0 0 0;
	background: #666666 url(graphics/bg.gif);
}
.headercolour {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : bold;
    color : #A32638;
}
.text {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #333333;
}
.textbold {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #333333;
}
.menusubtitles {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #A32638;
}
.white {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #FFFFFF;
}
.lgray {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #94877A;
}
.line {
margin : 0;
padding : 0;
background-color : #a32638;
height : 1px;
}
.lline {
margin : 0;
padding : 0;
background-color : #d9d3d3;
height : 1px;
}
.footer {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #ffffff;
}
.footerlink {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #ffffff;
	text-decoration : underline;
}
a.footerlink:hover {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #A32638;
	text-decoration : underline;
}
.bg1 {background-color : #EFEFEF;} /* Main Page background */
.bg2 {background-color : #A32638;} /* Navigation background */
.bg3 {background-color : #94877A;} /* Footer background */
.bg4 {background-color : #FFFFFF;} /* White line background */

a:link, a:active, a:visited {
    color : #A32638;
    text-decoration : underline;
}
a:hover {
    color : #A32638;
    text-decoration : none;
}

.whitebold {

    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #FFFFFF;
}

/* h elements used on What's On? page (generated from MarkDown-treated input) */
h1, h2, h3 {
	width: 95%;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #c00;
	padding-top: 3px;
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, sans-serif;
}
