.topframe
{
  background-color:black;
  width:100%;
  height:30px;
  padding:2px;
}

.topframe .buttonSelected
{
  font-family:Arial;
  font-size:14px;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.topframe .buttonUnselected
{  
  font-family:Arial;
  font-size:14px;
  color: white;
  text-decoration: none;
}

.tfcol1
{
  width:30%; 
  text-align: left;
}

.tfcol2
{
  width:70%; 
  text-align: right;
}

.matrixVersion
{
  color:white;
  font-family:arial;
  font-size:11px;
  margin-left:6px;
}

