﻿/*style definitions*/

h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.0em;
	margin-top:0;
	}

h2 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1.0em;
	margin-top:0;
}

h3 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:1.0em;
	margin-top:0;
	}

h4 {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:0.8em;
	margin-top:0;
}

h5 {
	font-size:0.8em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0.8em;
	margin-top:0;
	}

p {
	border-color: #D2E6E9;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.8em;
	margin-top: 0;
}

ul {
	list-style: disc;
}

li {
	font-size:0.8em;
	font-weight:normal;
	color:#666666;
	margin-top:0;
	margin-bottom:0.8em;
}

a {
	font-size:inherit;
	font-weight:bold;
	color: #008080;
	text-decoration: none;
}

.centred {
	border-color: #D2E6E9;
	text-align: center;
}

.greyback {
	background-color: #F1F1F1;
}

.extraspace {
	margin-bottom:12pt;
}

.gridview {
	font-size:0.8em;
}
