@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #008080;
	text-decoration: none;
}
a:hover {
	color: #008080;
	text-decoration: underline;
}
a:active {
	color: #008080;
	text-decoration: none;
}
body,td,th {
	font-family: Calibri;
}
.text {
	font-size: 14px;
	color: #333333;
}
.text-small {
	font-family: Calibri;
	font-size: 12px;
	color: #333333;
}

.text-small-white {
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 12px;
}

.text-small-white-heading {
	color: #FFFFFF; 
	font-weight: bold; 
	font-family: Calibri;
	font-size: 14px;
}

.heading-teal {
	font-size: 12px;
	color: #008080;
	font-weight: bold;
}
.heading-large {
	color: #008080;
	font-size: 24px;
}
.heading-grey {font-size: 12px; color: #333333; font-weight: bold; }
.info {
	font-family: Calibri;
	font-size: 12px;
	color: #333333;
}
.read-more {font-family: Calibri; font-size: 12px; color: #333333; font-weight: bold; }

-->
</style>