* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	height: 100%;
}
div.catalogue_heading{
		border-bottom:1px solid;
		padding-bottom:4px;
		margin-bottom:4px;
}
span.catalogue_heading {
		margin-left:10px;
		font-size:0.8em;
}
a.catalogue_heading_link{
		float:right;
		margin-right:8px;	
		text-decoration:none;
		font-size:0.7em;		
}

p {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #808080;
	line-height: 140%;
}

p.smaller_text {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #808080;
	line-height: 140%;
}

a {
	text-decoration: none;
}

p a {
	text-decoration: underline;
	font-weight: bold;
	color: #808080;
}

p a:hover {
	text-decoration: none;
	background: #F3F3F3;
}

img {
	border: 0;
	float: left;
	display: inline;
}

ul {
	margin: 0;
	padding: 10px 0 0 1.5em;
	float: left;
}

ul li {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 85%;
}

h1, h2, h3, h4, h6 {
	margin: 0;
	padding: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 100%;
}

h2 span {
	color: #999;
}

h3, h6 {
	font-size: 100%;
}



h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 20px 0 0 0;
	font-size: 75%;
}

form, fieldset, input {
	float: left;
}

fieldset {
	border: none;
}

select, select option {
	color: #808080;
}

table {
	width: 100%;
	margin-top: 10px;
	float: left;
	clear: both;
	border-collapse: collapse;	
}

th, td {
	padding: 3px 0 3px 0;
	font-size: 75%;
	color: #666;
	text-align: left;
}

th a, td a {
	color: #808080;
	text-decoration: underline;
}

th a:hover, td a:hover {
	text-decoration: none;
}

table .screen_reader {
	color: #FFF;
}

.exceptionDetails {
	display: none;
}