
/* Body text and page background */

body {  background-image: url(bgwpage.gif);
		 color: black; 
		 margin-bottom: 5px }

/* Heading styles. H2 is used for the name, H3 for sub-headings (e.g., 'Notes'). */

h1.hist { font: bold italic 18pt 'times new roman', 'arial', 'helvetica', 'sans-serif';
        line-height: 100%;
				color: #0000c0;
				margin-left: 40px; margin-right: 40px}
h2 { font: bold 14pt 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #000000}
h3 { font: bold 10pt 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #000000}

/* Anchor colours for all pages */

A:link { color: #0000ff; font-weight: bold; }
A:visited { color: #ff0000; font-weight: bold; }
A:active { color: #000000; font-weight: bold; }

/* table styles */

td.geartitle { font-size:12pt;
					font-family: "Times New Roman", "arial", "helvetica", "sans-serif";
					color: #000000;
					font-weight: bold; }


td.gear { font-size:11pt;
					font-family: "arial", "helvetica", "sans-serif";
					color: #000000;
					font-weight: bold; }
					
td.spectitle { font-size:18pt;
					font-family: "Times New Roman", "arial", "helvetica", "sans-serif";
					color: #000000;
					font-weight: bold; }					

					
td.specs { font-size:10pt;
					font-family: "arial", "helvetica", "sans-serif";
					color: #000000;
					font-weight: bold; }

/* Para styles */

/* Normal text */

p {font: bold 10pt 'arial', 'helvetica', 'sans-serif';
	line-height: 14pt;
	margin-left: 40px; margin-right: 40px }

/* Table text */
p.table {font: bold 10pt 'arial', 'helvetica', 'sans-serif'; margin-left: 2px; margin-right: 2px}

/* Footer text */

p.foot { font: bold 9pt Arial; line-height: 100%; text-align: center }


