a {
	color: blue;
}
a:hover, a:active {
	color: red;
}
a:visited {
	color: purple;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: navy;
	background-color: white;
	background-image: url(../images/pfi_water.jpg);
	background-repeat: repeat;
}

.Head1 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
}
.Head2 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
}
.Head3 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	
}
.Body {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: navy;
}
.Info {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	color: navy;
}
.Notes {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}
.Box {
	border-width: 1px;
	border-top-color: rgb(102,102,102);
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: rgb(102,102,102);
	border-style: solid;
}
