BODY {	background-color: white;
		color: black;
		font-size: 10pt;
		font-family: Arial,Helvetica,sans-serif;
	 }
TD {	background-color: white; 
		color: black;
		font-size: 10pt;
		font-family: Arial,Helvetica,sans-serif;
}

.frame {
	background-color: #000080;
	color: white;
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
}

A.framel:link {
	text-decoration: none;
	color: #A9ABF5;	
}
A.framel:visited {
	text-decoration: none;
	color: #A9ABF5;
}
A.framel:active {
	text-decoration: none;
}
A.framel:hover {
	background-color: white;
	text-decoration: none;
	color: black;
}

A:link {
	text-decoration: none;
	color: #000080;
}

A:visited {
	text-decoration: none;
	color: #000080;
}

A:active {
	text-decoration: none;
	color: #000080;
}

A:hover {
	color: #000080;
	background-color: white;
	text-decoration: none;
}