
/* Body text and page background */

body {  background-image: url(bgspecs.gif);
		 font: bold 10pt 'arial', 'helvetica', 'sans-serif';
		 color: black; 
		 margin-bottom: 5px }

/* Heading styles. H2 is used for the name, H3 for sub-headings (e.g., 'Notes'). */

h1 { font: bold 16pt 'verdana', 'arial', 'helvetica', 'sans-serif'; line-height: 100%}
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.tline { font-size:10pt;
					font-family: "verdana", "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: 25px; margin-right: 25px }

/* table text */
p.table {font: bold 10pt 'arial', 'helvetica', 'sans-serif'; margin-left: 2px; margin-right: 2px}

p.foot { font: bold 9pt Arial; line-height: 100%; text-align: center }
