
body {
	font-family: Arial, Helvetica, sans-serif;
		background-image: url(creamSpec1.gif);
}

/* the head on each page */
table.pageHeading {
	width: 100%;
	padding: 4px;
	border: 0;
  	background-color: ;
	font-weight: bold;
	font-size:28px;
	color: ; 
}

/* links to other pages just below heading on each page */
table.navTop {
	width: 100%;
	background-color: ;	
	padding: 2px;
	text-align: center;
}

/* links to other pages at bottom of page */
table.navBottom {
	width: 100%;
	background-color: ;	
	padding: 2px;
	text-align: center;
}

/* frame for forms on a page; table should contain only one cell */
table.formFrame {
	background-color: ;	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0;
    border-collapse: collapse;
}

/* notes at foot of a table of data */
table.notesTable {
	background-color: ;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #BBBBBB;
	padding: 4px;
	font-size: 12px;
}

/* frame to surround inner table with rows that form a list */
table.listsFrame{
	background-color:#BBBBBB;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #666666;
	padding: 0px;
}

/* table with rows that form a list (mostly lists of people) */
table.listsBody td {
	padding: 4px;
	border: 0px;
}

/* heading row in tables that form a list */
.listHead {
	background-color: ;
	padding: 2px;
	font-size: small; 
	font-weight: bold; 
}

/* footing rows to list (used for record count and page navigation in list */
.listFoot {
	background-color: ;
	padding: 4px;
	font-size: small; 
}

/* rows at end of list to use for notes */
.listNotes td {
	background-color: ;
	padding: 4px;
	font-size: small; 
}

/* rows in tables that form a list where no alternate colouring */
.tableRow0 { 
	background-color: ;
	padding: 4px;
}

/* odd rows in tables that form a list */
.tableRow1 { 
	background-color: ;
	padding: 4px;
}

/* even rows in tables that form a list */
.tableRow2 { 
	background-color: ;
	padding: 4px;
}
 
/* frame for images */
.pictureTable {
	margin-left: auto;
	margin-right: auto;
	background-color: ;
	border: 0px;
	padding: 0px;
	font-size: Small;
    color: #FFFFFF;
}

/* table for thumbnail images */
table.thumbnailTable {
	background-color: ;	
    border-collapse: collapse;
}
/* cells for above */
td.thunbnailCell {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	border-color: #000000;
    border-collapse: collapse; 
}

/* heading in pages containing mostly text */
.Head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}

/* notes, smaller font */
.footNote {
	font-size: 12px;
}

/* note beneath a picture */
.pictureNote {font-size: small}

/* other text styles */
.emphasise {font-size: medium; font-weight: bold; }
.small {font-size: 12px}

/* text colours */
.green  {color: #006600}
.blue {color: #0000FF}
