a.link2:link   
{ 
    font-family: Arial; 
    font-size: 8pt; 
    text-decoration: none; 
    color:  #FFFFFF;
    font-weight: dark;
}

a.link2:visited
{ 
    font-family: Arial; 
    font-size: 8pt; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-weight: dark;
}

a.link2:hover  
{ 
    font-family: Arial; 
    font-size: 8pt; 
    text-decoration: none; 
    color:  #FFF0CA;
    font-weight: dark;
}


.input
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #636563;
    width:230;
    height:18;
}

.inputsearch
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #006666;
    width:200;
    height:20;
}
.inputlog
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #006666;
    width:150;
}
.textarea
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #636563;
    width:300;
    height:130;
}

.combo
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #6098C8;
    width:230;
}

.button
{ 
    font-family:Arial; 
    font-size: 10pt; 
    height: 18;  
    border: 1px solid #636563;
    background-color: #F8F8F8; 
    font-weight: dark; 
    width:60;
}
.buttonsearch
{ 
    font-family:Arial; 
    font-size: 10pt; 
    height: 20;  
    border: 1px solid #6098C8;
    background-color: #DFEAEA; 
    font-weight: dark; 
    width:60;
}

.buttonlog
{ 
    font-family:Arial; 
    font-size: 10pt; 
    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=10pt
}