/************ APPEARANCE TAGS **************/
/* Heading colour was more ochrey #957861 */
h1 {  font-size: 18px; font-weight: bold; color: #242172; margin-bottom: 0.5em; margin-top: 10px;}
h2 {  font-size: 14px; font-weight: bold; color: #242172; } 
h3 {  font-size: 11px; font-weight: bold; color: #000000; } 
h4 {  font-size: 11px; font-weight: bold; color: #000000; } 

/********* ILLUSTRATIONS AND GALLERIES ***************************/
TABLE.table_gallery {
	position: relative;
	border-collapse: collapse;
	margin: 1em auto;
}
TABLE.table_gallery TD {
	padding: 10px 15px;
}
.illustration, .illustration_left, .illustration_right, .table_gallery {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
	color: #666;
}

.illustration A, .illustration_left A, .illustration_right A {
	text-decoration: none;
}

.illustration A:hover, .illustration_left A:hover, .illustration_right A:hover {
	text-decoration: underline;
}

.illustration {
	font-weight: normal;
}

.illustration_right {
	float: right;
	margin-left: 2em;
/*	clear: left; */
}

.illustration_left {
	float: left;
	margin-right: 2em;
}

.illustration IMG, .illustration_left IMG, .illustration_right IMG, .table_gallery IMG  {
	margin-bottom: 0.6em;
	border: 1px solid #666;
}

/* Just for photo gallery enlargements */
.enlargement_area {
	position: relative;
	width: 650px;
	margin: 1.5em auto 0.5em auto;
}
.enlargement_area  H2 {
	text-align: center;
	font-size: 100%;
	color: black;
}
.enlargement_area IMG {
	border: 4px solid #cecece;
	margin-bottom: 0.2em;
}
/*************** NICE TABLES ********************/

.table_data {
	border-collapse: collapse;
	border-bottom: 1px solid #007dae;
	border-top: 1px solid #007dae;
	margin-bottom: 1em;
}

.table_data TH {
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	border-bottom: 1px solid #007dae;
}

.table_data TD {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #F0F0F0;
}

.sizecell { text-align: right; }
.datecell {	text-align: center; }

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont TD{
	font-size: 10px;
}
