/* CSS Document */
A:link {
	text-decoration: underline;
	color: #142f23;
}
A:active {
	color: #142f23;
	text-decoration: underline; 
}
A:visited {
	color: #142f23;
	text-decoration: underline;
}	
A:hover {
	color: #ff0000;
	text-decoration: bold, underline;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4cb587;
    margin-top: 2; margin-bottom: 5;
    margin-left: 0;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
    margin-top: 4; margin-bottom: 4;
    margin-left: 0;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
    margin-top: 3; margin-bottom: 3;
    margin-left: 0;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4cb587;
    margin-top: 2; margin-bottom: 2;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
    margin-top: 3; margin-bottom: 1;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4cb587;
    margin-top: 3; margin-bottom: 1;
}

body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #142f23;
}
.body, p, li, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #142f23;
    margin-top: 5; margin-bottom: 0;
}
.tabletext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #142f23;
}
.tabletextCentre {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #142f23;
	font-variant: small-caps;
}
caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
caption {
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
}
