body { 
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: #ffffff;
}

a:link { 
  color: navy; 
}
a:hover {
   color: orange; 
}

table {
  padding: 0px;
}

tr {
  border: #cc0000 1px solid;
}

td {
  font-family: arial, helvetica,sans-serif;
  font-size: 8pt;
  color: black;
}


.clink {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  color: navy;
}

.unselected {
height: 25px;
width: 94px;
background: url("Assets/tab-unselected.jpg");
padding-top: 3px;
background-repeat: no-repeat;
text-align: center;
}

.selected {
height: 25px;
width: 94px;
background: url("Assets/tab-selected.jpg");
padding-top: 3px;
background-repeat: no-repeat;
text-align: center;
}

