DIV {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	color : #2A2A2A;
}
.link {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: none;
	color: #004080;
	font-weight : bold;
}
.link:Hover {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: underline;
	color: #004080;
	font-weight : bold;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

