h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: black;

}
body,p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;

}
h2  {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;

}
h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;

}
a:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
a:active {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: ff9900;
	text-decoration: none;
}
