.LeftText {
	text-align: left;
	font-weight: normal;
}
/* 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; /*#757575*/
		text-align: center; 
		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: 45%;
		text-align: center;
		border-color: #999999; 
		border-width: 3px;
		background-color: #C0C0C0;} 

		h3 {font-family: Arial, "Times New Roman", Helvetica, sans-serif; 
		color: #FF6600; 
		font-size: 12pt;
		font-weight: bold;
		text-align: center; 
		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: #F60;
	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;
	text-align: left;
}
		/*background-image: url(fdi_images\fdibkg3.jpg); background-repeat: repeat-x;*/
.New {
	color: #F60;
}
LeftTextLink {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: underline;
}
