.unselected {
	color: #000099;
	text-decoration: none;
}
.selected {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:active, a:visited
{
  color: #006633;
  text-decoration: none
}

a:hover
{
  color: #990000;
  text-decoration: none;
  font-weight: bold
}

tbody
{
	color:#330099;
	margin-top:0px;
	line-height: 14pt;
}

.tinytableopacity TD
{
	border:1px solid black;
	FONT-SIZE: xx-small;
	FONT-FAMILY: sans-serif;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}