/*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: "Britannic Bold", "Times New Roman", Arial, Helvetica, sans-serif; 
		color: #000000; 
		text-align: center; 
		font-weight: bold;}

	h2 {font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
		color: #000000; 
		font-weight: bold;
		font-size: small; 
		border-style: solid;
		text-align: center;
		border-color: #999999; 
		border-width: 5px;
		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: #FF6600; background-color: transparent;} /* unvisited links */
	a:visited {color: #808080; background-color: transparent;} /* visited links */
	a:active {color: #000000; background-color: transparent;} /* active links */
	a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
} /* When the mouse is over the link */

/* Bottom Navigation Table */
	a.other:link {color: #000000; background-color: transparent; text-decoration: none;}
	a.other:visited {color: #808080; background-color: transparent; text-decoration: none;}
	a.other:active {color: #000000; background-color: transparent; text-decoration: none;}
	a.other:hover {color: #FF6600; background-color: transparent; text-decoration: none; }

/* Background*/
	body {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: Left;
}
		/*background-image: url(productimages\fdibkg3.jpg); background-repeat: repeat-x;*/
hoverOrange {
	color: #F60;
	background-color: transparent;
	text-decoration: none;
}
.LinksOrange {
	color: #F60;
	font-weight: normal;
}
