body
{
    background-color:#F2F2F2;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
}

A
{
    text-decoration:none;
    font-size:x-small;
    color:Navy;    
}

A:active
{
    text-decoration:none;
    font-size:x-small;    
    color:Navy;    
}

A:hover
{
    text-decoration:underline;
    font-size:x-small;    
    color:Navy;    
}

A:link
{
    text-decoration:none;
    font-size:x-small;    
    color:Navy;    
}

.usual
{
    font-size:x-small;    
    font-weight:normal;
    color:Black;
}

.error
{
    font-size:x-small;    
    font-weight:normal;
    color:Red;
}

.title
{
    font-size:x-small;    
    font-weight:bold;
}

.button
{
    background-color:#F2F2F2;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
}

.text
{
    display:inline;
    background-color:white; 
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
    border-bottom-style:groove;
}

.check
{
    background-color:#F2F2F2;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
}

.drop
{
    display:inline;
    background-color:white;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
    border-color:Silver;
    border-style:groove;
    width:250;
    z-index: 1;
}

.dropshort
{
    display:inline;
    background-color:white;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
    border-color:Silver;
    border-style:groove;
    width:150;
    z-index: 1;
}

.panel 
{
    display:inline;
    background-color:#F2F2F2;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
}

.invisible
{
    display:none;
    background-color:#F2F2F2;
    font-family:Trebuchet MS;    
    font-size:smaller;
    color:Black;    
}

.ex
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    visibility: hidden;
    padding:3px; padding-left:5px;
    background:#F2F2F2;
    overflow:hidden;
}

.ex1
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10; 
    visibility: hidden; 
    padding:3px; padding-left:5px;
    background:Silver;
    overflow:hidden; 
}

iframe
{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:alpha(opacity:0);
    width:500px;
    height:500px
}

.bd
{
    color:black;
    padding:1px;
    border: 2px groove Silver; 
}
