@charset "iso-8859-1";
/* CSS Document */

.fontNormal {
	font-family: tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #006699;
}
a:link {
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #0066FF;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	font-size: 12px;
}
