A{ text-decoration:none; color: #FFFFFF; font-weight: bold }


.body{
    font-family: sans-serif,Geneva, Arial, Helvetica;
    font-size: 12px;
    vertical-align: top;
}
.tab_link{
  text-decoration:none;
  font-family: Arial;
  font-size: 15px;
}
th{
    font-weight: bold;
  	font-size: 10pt; 
    color: #FFFFFF;
    background-color:#7491b4;
} 
input{
 	color: #FFFFFF;
    font-size: 10pt; 
    font-weight: bold;
    border: white 1px solid;
    background-color:#7491b4;
}
input.inactive{
 	color: #AAAAAA;
    font-size: 10pt; 
    font-weight: bold;
    border: #AAAAAA 1px solid;
    background-color:#7491b4;
}
select{
 	color: #FFFFFF;
    font-size: 10pt; 
    font-weight: bold;
    border: white 1px solid;
    background-color:#7491b4;
}
option{
 	color: #FFFFFF;
    font-size: 10pt; 
    font-weight: bold;
    background-color:#7491b4;
}
option.active{
 	color: #FFFFFF;
    font-size: 10pt; 
    font-weight: bold;
    background-color:#A7BFD4;
}



