a.link2:link   
{ 
    font-family: Arial; 
    font-size: 11px; 
    text-decoration: none; 
    color:  #0000FF;
    font-weight: dark;
}

a.link2:visited
{ 
    font-family: Arial; 
    font-size: 11px; 
    text-decoration: none; 
    color: #0000FF; 
    font-weight: dark;
}

a.link2:hover  
{ 
    font-family: Arial; 
    font-size: 11px; 
    text-decoration: none; 
    color:  #AAAAFF;
    font-weight: dark;
}


.input
{ 
    font-family:Arial; 
    font-size: 12px; 
    color:#000000;
    border: 1px solid #000000;
    width:200;
}

.inputsearch
{ 
    font-family:Arial; 
    font-size: 12px; 
    color:#000000;
    border: 1px solid #006666;
    width:200;
    height:20;
}
.inputlog
{ 
    font-family:Arial; 
    font-size: 12px; 
    color:#000000;
    border: 1px solid #006666;
    width:150;
}
.textarea
{ 
    font-family:Arial; 
    font-size: 12px; 
    color:#000000;
    border: 1px solid #000000;
    width:300;
    height:130;
}

.combo
{ 
    font: normal 11px Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color:#000000;
    border: 1px solid #6098C8;
    width:158px;
}

.button
{ 
    font-family:Arial; 
    font-size: 12px; 
    height: 20;  
    border: 1px solid #000000;
    background-color: #f8f8f8; 
    font-weight: dark; 
    width:80;
}
.buttonsearch
{ 
    font-family:Arial; 
    font-size: 12px; 
    height: 20;  
    border: 1px solid #6098C8;
    background-color: #DFEAEA; 
    font-weight: dark; 
    width:60;
}

.buttonlog
{ 
    font-family:Arial; 
    font-size: 12px; 
    height: 20;  
    border: 1px solid #006666;
    background-color: #DFEAEA; 
    font-weight: bold; 
    width:150;
}

.table
{
    text-decoration: none; 
    border-collapse: collapse; 
    font-family: Arial; 
    font-size=12px
}
