body {
  font-family: sans-serif; 
  font-size: 10pt; 
  color: #BBBBBB;
  background-color: #0101AF;
}

table {
  font-size: 10pt; 
}

table.fullSize {
  height: 100%;
  width:  100%;
}

table.fileList {
  background-color: #00006F;
  border-style: solid;
  border-color: #01019F;
  border-width: thick;
}

table.fileList td {
  background-color: #01019F;
  padding-left:  5px;
  padding-right: 5px;
  white-space: nowrap;
}

a.paddingLink {
  padding-left:  40px; 
  padding-right: 40px;
}

a:Link    { text-decoration: none;      color: #CCDDFF; } 
a:Visited { text-decoration: none;      color: #CCDDFF; } 
a:Active  { text-decoration: none;      color: #CCDDFF; }
a:Hover   { text-decoration: underline; color: #239EEB; }

a img {
	border: 3px #000000 solid;
}
a:hover img {
	border: 3px #20ab05 outset;
}
