/* CSS Document */

body {background-color:#ffffff;}

div#register {
	  position:absolute;  left:202px; top: -1px;  width:787px; height:534px;
    padding: 1px;
    margin: 0px;
    font-size:10px;
   	border: 2px solid #ffffff;
    background-color: #dcfcdc;
    overflow:auto;
}

.refm2{ display:block; text-align:center; font-size: 13px; font-family:Verdana, arial, sans-serif; font-weight:bold; text-decoration: none;}

.tabr1{margin-left: auto; margin-right: auto; 
       margin-top: 5px;
       background-color:#ffffff; 
       width: 780px; height:346px; 
       border-radius: 10px; border: 2px solid green;}

.tabru{margin-left: auto; margin-right: auto; 
       margin-top: 5px;
       font-size: 11px;
       background-color:#eeffee; 
       width: 600px; height:160px; 
       border-radius: 10px; border: 2px solid green;
       }
       
.tabru1{margin-left: auto; margin-right: auto; 
       margin-top: 5px;
       font-size: 11px;
       background-color:#ffffff; 
       width: 600px; 
       border-radius: 10px; border: 2px solid green;
       }       

.tabru2{margin-left: auto; margin-right: auto; 
       margin-top: 5px;
       font-size: 11px;
       background-color:#ffffff; 
       width: 700px; 
       border-radius: 10px; border: 2px solid green;
       } 
                     
#standout {
    width: 13em;
    height: 8em;
    border: solid black 1em;
    border-radius: 7.5em 5em }
    
.tdn {
    font-size:11px; 
    }    
.tdnr{
    font-size:11px;
    text-align:right; 
    }
.tdnl{
    font-size:11px;
    text-align:left;  
    }
.tdn2{
    font-size:11px;
    text-align:left;
    background-color:#eeffee;   
    }    
.tdn3{
    font-size:9px;
    text-align:left;
    background-color:#eeffee;   
    }     
.tdncb {
    font-size:11px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle; 
    } 
.tdncb2 {
    font-size:11px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    background-color:#eeffee;      
    }
textarea { 
   overflow: auto }

#utree a {color:#000000;  font: bold 10px verdana, sans-serif; text-decoration:none; width:20px; padding:1px; border:0px solid black;}
#utree a:hover {color: black; background:#9cfb9c;}
#utree a span {display:none;}
#utree a:hover span {position:relative; top: 5px; left: 5px; z-index:3; display:block; width:125px; height:60px; color:green; }
   
