body {
	font-family: Arial, Helvetica, sans-serif;
}
.txtUpper {
	color:#9900CC;
	text-decoration: none;
}
a.txtUpper:link {
	text-decoration: none;
}
a.txtUpper:hover{
	background-color:#FFFFFF;
	text-decoration: none;
	
}

.txtLower {
	color:#99CCFF;
	text-decoration: none;
	font-size: 10pt;
}
a.txtLower:hover {
	color:#006699;
	background-color:#FFFFFF;
	text-decoration: none;
}
a.txtLower:link {
	text-decoration: none;
}
