p {
	font: 10pt Arial, Helvetica, sans-serif;
}
li {
	font: 10pt Arial, Helvetica, sans-serif;
}
.italic {
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;

}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;

}
a:hover {
	font-weight: bold;
	color: #DC143C;
	text-decoration: underline;
}
.bold-centre {
	font-weight: bold;
	text-align: center;
}
.title {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
