*{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	font-size: 10pt;
	color:#000;
}

body{
	margin:0;
	padding:0;

}

h1, h2, h3, h4, h5, h6, p {
	margin:10pt 0 0 0;
}

ul {
	list-style-type: disc;
	margin-left:10pt;
}

ol {
	list-style-type: decimal;
	margin-left:10pt;
}

li {
	margin:5pt 0pt;
}


#site-logo{
	display:none;
}


#navigation{
	display:none;
}

#footer{
	display:none;
}

.menu{
	display:none;
}

#primaryContent {
	overflow:visible !important;

}

#textContentLarge {
	overflow:visible !important;
}

table {
	table-layout:fixed !important; /*MUST be fixed*/
	width:39.7cm; /*smaller than actual because of ems size somewhere?*/
}

td, th {
	border-bottom: 2px solid #ccc;

}

.hidden-date {
	display:none;
}

.eventcol {
	width:2.5cm !important;
}


.hr hr {
	display:none;
}

#modal_link_one{
	display:none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after {
   content: " ("attr(href)") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
   content: " (http://www.bristolport.co.uk" attr(href) ") ";
   }   	

acronym:after {
	content: " (" attr(title) ") ";
	display:inline;
}
acronym {
	border-bottom:none;
}

.dontPrint {
	display:none;
}

.offScreen {
	display:none;
}


