iframe{
    overflow:hidden;
}


.mainnav{
    color: #FFFFFF; 
    text-decoration: none !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}


.currentnav{
    color: #D0D0D0;  
    text-decoration: none !important;
}

/*
.stdnv a:link,a:visited{
    color:blue;
    text-decoration: underline;
}
*/

textarea{
width:400px;
height:100px;
border:1px solid #000000;
background-color:#F0F0F0;
}


.infotable{
  border: gray; 
  border-style: solid; 
  border-width: thin; 
  border-spacing: 0px;
  border-collapse: collapse;
  width: 450px;
}

.infotable th{  
  background-color: gray; 
  font-size: 30;
  font-weight: 400;   
  color:white;
  padding: 5px;
}

.infotable td{
    padding: 5px;
}

.report{
  border: black; 
  border-style: solid; 
  border-width: medium; 
  border-spacing: 0px;
  border-collapse: collapse;
  width: 920px;
}

.report th{  
  background-color: gray; 
  font-size: 30;
  font-weight: 400;   
  color:white;
  padding: 5px;
}

.report td{
    padding: 5px;
    width: 119px;
    border: black;
    border-width: thin;
    border-style: solid; 
}