/* Colours
#1A1A1A: almost black
#949494: dark gray
#FED47F: light yellow
#FFA814: dark yellow
#B70004: logo red
#8D0003: dark red
#FFFBE6: light tan
#E5D173: medium tan
#FFFEF7: almost white
*/

body {
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Centaur, "Goudy Old Style", Garamond, Times, "Times New Roman", serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Candara, "Arial Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .5ex;
}
h1 {
	font-size: 250%;
}
h1:before {
	content: url(logo.en.png);
}
h2 {
	font-size: 200%;
	padding-top: 0;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
}
p + h2, ul + h2, ol + h2, table + h2, div + h2, div h2, p + h3, ul + h3, ol + h3, table + h3, div + h3, div h3, p + h4, ul + h4, ol + h4, table + h4, div + h4, div h4 {
	margin-top: 2ex;
}
p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1ex;
	padding-bottom: 0;
}
a, a:link, a:visited {
	text-decoration: none;
}
a#homelink {
}
a#homelink img {
	border: 0;
}
table.layout {
	width: 100%;
}
td#layout_logo {
	display: none;
}
td#layout_header {
	width: auto;
	vertical-align: top;
	padding-left: 1em;
}
td#layout_nav {
	display: none;
}
td#layout_content {
	width: auto;
	padding: 1em;
	vertical-align: top;
	text-align: justify;
	line-height: 1.5;
}
td#layout_other {
	display: none;
}
td#layout_footer {
	width: auto;
	text-align: center;
	padding: 1em;
}
.byline {
	font-style: italic;
}
.image img, .image a img, .thumb img, .thumb a img {
	border: 1px solid #1A1A1A;
}
.image p {
	text-align: center;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	line-height: 0.9;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.med {
	width: 250px;
}
.sm {
	width: 100px;
}
.thumb {
	width: 106px;
	height: 106px;
	text-align: center;
	vertical-align: top;
}
.left {
	float: left;
	margin-right: 1.5em;
}
.right {
	float: right;
	margin-left: 1.5em;
}
.center, .centre {
	margin-left: auto;
	margin-right: auto;
}
.imagelist {
	margin-left: 0;
	padding-left: 0;
}
.imagelist li {
	clear: left;
	list-style: none;
}
fieldset {
	border: none;
	padding: 0;
	height: auto;
}
legend {
	display: none;
}
table {
	margin-left: auto;
	margin-right: auto;
}
tr {
	vertical-align: top;
}
td, th {
	padding: .25ex;
}
.labelcell {
	text-align: left;
	border-top: thin solid silver;
	border-bottom: thin solid silver;
}
.datacell {
	white-space: nowrap;
	text-align:left;
	border-top: thin solid silver;
	border-bottom: thin solid silver;
}
abbr, acronym {
	text-decoration: none;
}