/* CSS Document */

*{
	font-family: tahoma, arial, verdana;
	font-size: 9pt;
}
a {
	text-decoration: none;
	color: #027ABB;
}
a:hover{
	color: #027ABB;
	text-decoration: underline;
}