/**** SnetLinks CSS ****/

.snetlink a {
	text-decoration: none;
	color:#ffcc00;
}
.snetlink a:hover {
	text-decoration: underline;
	color:#ffcc00;
}
.snetlink a:visited {
	color:#ffcc00;
}

.bg { font-size: 10pt; }
.b { font-weight: bold; }
.err {
  background-color: #fff0f0;
  color: #922;
  border: 2px solid #922;
  padding: 3px 0px;
  margin: 5px 0px;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
}
.blk { color: #000; }