a {
	text-decoration: none;
}

.smalltext {
	color: 005499;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

.textDesc {
	color: 005596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

p {
	margin-top: 10px;
}

.heading1 {
	color: 005596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: justify;
	margin-left: 10px;
}

.address {
	color: 005596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-align: center;
}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000099;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}

<!-- link effect -->
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
  color: #000099;
  text-decoration: none;
}

a:hover {
	color: #336666;
}

a:active {
	color: #000099;
}


