.table {
	font-weight: bold;
	color: #000066;
}
.table:link {
	font-weight: bold;
	color: #000066;
}
.table:visited {
	font-weight: bold;
	color: #000066;
}
.table:hover {
	background-image: url(../images/red_dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	color: #000000;
}
.table:active {
	background-image: url(../images/red_dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	color: #999999;
}
.style3 {font-size: 12px; }
