/*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;}
	
	h2 {font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
		color: #000000; 
		font-weight: bold;
		font-size: 10pt; 
		border-style: solid;
		width: 70%;
		text-align: center;
		border-color: #999999; 
		border-width: 3px;
		background-color: #C0C0C0; 
		color: #000000;} 

	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; }

/* 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(newsimages\fdibkg3.jpg); background-repeat: repeat-x;*/