@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, address {
padding: 0;
margin: 10px;
line-height: 1.5em;
}

p, li, address {
font-size: 80%;
}

h1 {
font-size: 130%;
}

h2 {
	font-size: 115%;
	color: #666666;
}

h3 {
font-size: 100%;
color: #000000;
}

h4 {
font-size: 90%;
color: #666666;
}

/*--programme list styles--*/
.interactive_programme ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #666666;
	/*text-decoration: underline;*/
	list-style-image: none;
	list-style-type: none;
	/*margin-left: 1.5em;*/
	margin-top:0.75em;
	padding:0;
	line-height:1.3em;
	border: 1px solid #ccc;
	width:90%;
}

.interactive_programme ul li {
	font-size: 0.7em;
	color: #000000;
	/*text-decoration: underline;*/
	border:none;
	/*margin-left:0;
	padding-left:0;*/
}
.interactive_programme ul li ul li{
		font-size: 1em;
		text-decoration:none;
		padding-left:20px;
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
}
