/* Make all body text black-coloured 10-point Verdana with 14-point vertical spacing 
between lines of text and 7-point margins.  Use rb.gif as the background.*/

body	{font-size: 10pt;
	font-family: "Verdana, Arial, Helvetica";
	color: black;
	background: url(graphics/rb.gif); background-repeat:no-repeat;
	line-height: 14pt;
	margin-left: 7pt;
	margin-right: 7pt;}

td	{font-size: 10pt;
	font-family: "Verdana, Arial, Helvetica";
	color: black;
	background: transparent; background-repeat:no-repeat;
	line-height: 14pt;
	margin-left: 7pt;
	margin-right: 7pt;}

/* Indent paragraphs.*/

p	{margin-left: 24pt;
	margin-right: 24pt;}

/* Make headings Verdana bold with generous line-spacing.  If user does not have Verdana, use Arial.*/

h1	{font: 24pt Verdana, Arial, Helvetica;
	font-weight: bold;
	line-height: 36pt;}

h2	{font: 16pt Verdana, Arial, Helvetica;
	font-weight: bold;
	line-height: 24pt;}

/* Don't underline links, and make all links red.  Make links flash black when activated.*/

a		{text-decoration: none;}
a:link		{color:red;}
a:visited	{color:red;}
a:active	{color:black;}

/* Format footnotes as 8-point Verdana, and left-align them.*/

div.footnote	{font-size: 8pt;
		line-height: 12pt;
		text-align: left}