.body-text {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 1px;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: blue;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 10.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: blue;
}

H1 {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 0px;
	}

H2 {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 0px;
	}
	
.small {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0px;
	font-weight: normal;
	}

.small a:link {
	text-decoration: underline;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
.small a:visited {
	text-decoration: underline;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px;
	}

.small a:hover {
	text-decoration: none;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background: #E4EECC;
	letter-spacing: 0px;
	}