/*CSS rule for h1 element - program looks for the 1st font, then if it can't find it, it moves to the 2nd */
	h1 {font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
		color: #000000; 
		text-align: center; 
		font-style: italic;
		font-weight: bold;}

	h3 {font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
		color: #FF6600; 
		font-size: 10pt;
		font-weight: bold;
		text-align: justify; 
		text-decoration: underline;
		font-size: small; }

	p.header{font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
			font-weight: bold; 
			font-size: 12pt; 
			text-align: center; }

/* Link Colours */
	a:link {color: #000000; background-color: transparent; text-decoration: none;} /* unvisited links */
	a:visited {color: #808080; background-color: transparent; text-decoration: none;} /* visited links */
	a:active {color: #000000; background-color: transparent; text-decoration: none;} /* active links */
	a:hover {color: #FF6600; background-color: transparent; text-decoration: none; } /* When the mouse is over the link */


/* Background*/
	body {font-family: Arial, "Times New Roman", Helvetica, sans-serif; font-size: 10pt;}
		/*background-image: url(pressimages\fdibkg3.jpg); background-repeat: repeat-x;*/