table 
{
    text-decoration: none; 
    border-collapse: collapse; 
    font-family: Arial; 
    font-size : 10pt
}

a.link1:link   
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #0000FF;
    font-weight: bold;
}
a.link1:visited
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color: #0000FF; 
    font-weight: bold;
}
a.link1:hover  
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #8282FF;
    font-weight: bold;
}
a.link2:link   
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #0000FF;
    font-weight: dark;
}
a.link2:visited
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color: #0000FF; 
    font-weight: dark;
}
a.link2:hover  
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #8282FF;
    font-weight: dark;
}

a.desc:link   
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #FFFFFF;
    font-weight: dark;
}


a.desc:visited
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-weight: dark;
}

a.desc:hover  
{ 
    font-family: Arial; 
    font-size: 10pt; 
    text-decoration: none; 
    color:  #FFFFFF;
    font-weight: dark;
}

.input
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #666633;
    width:300;
}

.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 #666633;
    width:300;
    height:130;
}

.combo
{ 
    font-family:Arial; 
    font-size: 10pt; 
    color:#000000;
    border: 1px solid #6098C8;
    width:300;
}

.button
{ 
    font-family:Arial; 
    font-size: 10pt; 
    height: 20;  
    border: 1px solid #666633;
    background-color: #FBFBF7; 
    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;
}