body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	font-size: 9pt;
}

p { margin:0.25em 0 0.50em 0;
	font-size:9pt; }

h1 { 
	background-image: url('images/filmcansmall.gif');
	background-position:0 center;
	background-repeat: no-repeat;
	padding:0 0 6px 44px;
}

h1, h2, h3, h4 {
	color: black;
	border-bottom:1px dotted black;
	margin:1em 0 0.5em 0;
	min-height: 24px;
	font-weight: bolder; 
}

h1 { font-size: 1.50em; }
h2 { font-size: 1.40em; }
h3 { font-size: 1.10em; }
h4 { font-size: 1.00em; }

li {
	margin: 2px 0 4px 16px;
}
ul {
	margin-left: 0;
}


img.pictureframe {
	border: ridge 4px black;
}

thead { font-size:9pt; }
td { vertical-align: top; }

/* --Hyperlinks-- */
a, a:hover { text-decoration:underlined; }
a { color: black; }
a:hover { color: blue; }

/* --Programme Table-- */
table.programme {
	border: solid 1px black;
	width: 100%;
}

table.programme col.date {
	font-weight: bold;
	width: 15%;
}
table.programme td {
	vertical-align: top;
	padding: 4px;
	font-size:9pt;
}

table.programme tr.newmonth td {
	border-top: 1px dotted black;
}

table.programme thead td {
	font-size: 1.1em;
	font-weight: bold;
	background-color: black;
	color: white;
	text-align: left;
	vertical-align: top;
}

table.programme td h6 { 
	font-weight:bold; 
	font-size:1em;
	margin:0;
}


