
/* basic background colour */
body.norm {background: #FFFFFF}

/* this is for the main pages */
H1 {font-family:arial, sans serif; text-align:center; color:#FFFFCC;
     font-size:16pt; background:#003399; padding:1px}
	 
/* this if for the KATALOG heading */
H2 {font-family:arial, sans serif; text-align:center; color:#003399; 
     font-size:16pt}
	 
/* this is for the INSTRUMENT heading */
H3 {font-family:arial, sans serif; background:#FF0000; text-align:center; color:#ffffff; 
    font-size:14pt}
	
/* this is for the INSTRUMENT SUB-heading */
H4 {font-family:arial, sans serif; text-align:center; color:#FF0000; font-size:12pt}

/* this is for the order by email paragraph */
P.ord {font-family:arial, sans serif; font-size:12pt; color:#000000; text-align:center}

/* these are for the body of the catalogue */
P.kat {font-family:arial, sans serif; font-size:10pt; color:#663300; text-align:left; margin:5pt 2pt}
P.kat EM {font-family:arial, sans-sans serif; font-style:normal; text-align:left}

/* this is for the main table */
table.menu {background:#99ccff;width:143px;font-family:arial, sans-sans serif;
            border-top:1px solid #ccffff; border-bottom:1px solid #003333;
            border-left:1px solid #ccffff; border-right:1px solid #003333}

/* this is for sub-tables (width is not specified) */
table.menusub {background:#99ccff;font-family:arial, sans-sans serif;
            border-top:1px solid #ccffff; border-bottom:1px solid #003333;
            border-left:1px solid #ccffff; border-right:1px solid #003333}

/* this is for sub-tables ITALICS for English only version (width is not specified) */
table.menusubit {background:#99ccff;font-style:italic;font-family:arial, sans-sans serif;
            border-top:1px solid #ccffff; border-bottom:1px solid #003333;
            border-left:1px solid #ccffff; border-right:1px solid #003333}

/* this is for the cells in the table */
td.menu {background:#ffffff; text-align:center; vertical-align:middle;
         border-top:1px solid #ccffff; border-bottom:1px solid #003333;
		 border-left:1px solid #ccffff; border-right:1px solid #003333;
		 font-family:arial, sans-sans serif; font-size:12pt;font-weight:500}

/* this is for the cell in the table that is selected */
td.menusel {background:#FF0000; text-align:center; vertical-align:middle;
         border-top:1px solid #003333; border-bottom:1px solid #ccffff;
		 border-left:1px solid #003333; border-right:1px solid #ccffff;
		 font-family:arial, sans-sans serif; font-size:12pt; font-weight:700; color:#FFFFFF}

/* this is for tables for LISTING titles */
table.list {background:#cccc99;
            border-top:1px solid #999966; border-bottom:1px solid #FFFF99;
            border-left:1px solid #999966; border-right:1px solid #FFFF99}

 /* this is for the cells in the LIST table */
td.list {background:#ffffcc; vertical-align:middle;
         border-top:1px solid #FFFF99; border-bottom:1px solid #999966;
		 border-left:1px solid #FFFF99; border-right:1px solid #999966}

/* COLOURS USED */
/* #FFFFCC is light yellow used in the background */
/* #000099 is blue used in the order statement */
/* #003399 is a dark blue (headings, tables, selected) */
/* #ccffff very light blue of tables */
/* #99ccff light border colour of tables */
/* #000000 is black */
/* #663300 is a sludgy brown used for text in catalogue */


