.cursorlink
{
    cursor:hand;
    text-decoration:none;
    color:Black;
}

.buttons
{
    width:123px;
}

.tablecell
{
    white-space:nowrap;
}

.table
{
    width:100%;
}
.heading
{
    white-space:nowrap;
    font-family:Verdana;
    font-size:medium;
    font-weight:bold;
    text-align:center;
}

.list
{
    text-align:left;
    font-family:Verdana;
    font-size:small;
    line-height:175%;
    
}
.iframemain 
{
    text-align:center;
    width:100%;
    height:100%;
   
}

.divMain2 
{
    margin-left:5%;
    margin-right:5%;	
    text-align:center;
    border-style:none;

}
.divMain
{
    text-align: center;
    margin-left:5%;
    margin-right:5%;
}
.dropmenudiv {
   position:relative;
   left:186px;
   top:-5px;
   width:125px;
   visibility:hidden;
   

}

.dropmenu1 
{  
   width:123px;
   border-width:.1pt;
   border-style:solid;
   border-color:white;
   background-color: #3B7DCC;
   
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

}
.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 125px;

   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #FFFD80;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 123px;

   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #3B7DCC;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #FFFD80;
}
