A.button {
	color: Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration: none;
	line-height : 27px;
}
 A.button:HOVER {
	color: Teal;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
	line-height : 27px;
}
A.inverted {
	color: White;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration: none;
	line-height : 27px;
}

DIV.nb {
	color: #00008B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bolder;
}
DIV.nt {
	font : normal 9pt Arial Helvetica sans-serif;
}

A.green {
	color: White;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration: none;
	line-height : 20px;
}
 A.green:HOVER {
	color: Teal;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
	line-height : 20px;
}
