BODY {

	color: #000000;
}


A {
	text-decoration: none;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

p {
    text-indent : 25px;
  }
SPAN.deadlink {
	text-decoration: none;
	color: #003F80;
}

SPAN.deadlink:Hover {
	text-decoration: none;
	color: #3163CE;
}
