/*
Plain Stylesheet v1.1
Target: All
Author: Matthew Buchanan
*/

body {
	padding: 20px;
	font: normal 62.5%/1.5 Arial, sans-serif;
	color: #666;
}

p, form, ol, ul, dl, li {
	margin-bottom: 0.5em;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 177%;
	line-height: 1.1;
	margin-bottom: 0.2em;
	color: #48a;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 138.5%;
	margin-bottom: 0.5em;
	color: #48a;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3;
	margin-top: 0.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

p strong {
	color: #666;
}

h2 small {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 70%;
	padding-left: 0.4em;
}

small {
	font-size: 85%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #48a;
}

a:hover, a:active {
	color: #157;
}

.nowrap {
	white-space: nowrap;
}

/* Site specific */

#centre ol {
	list-style: decimal;
	padding-left: 2em;
}

#centre ul {
	list-style: disc;
	padding-left: 20px;
}

#centre ul ul { list-style: circle; }
#centre ul ul ul { list-style: square; }

table, tr, th, td {
	padding: 0; margin: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

th, td {
	padding: 0.2em 0.35em;
}

