.fa_table{
  width:100%;
  font-size:11px;
  border: 1px solid #CCC;
}

.fa_table th{
  text-transform : uppercase;
  font-weight:bold;
}

.fa_title{
  background-color: rgb(208,208,208);
  color:#000;
  width:70%;
  padding : 2px 3px;
  line-height : 15px;
  font-weight:bold;
}

.fa_title2{
  background-color: rgb(128,128,128);
  color:#FFF;
  width:70%;
  padding : 2px 3px;
  line-height : 15px;
  font-weight:bold;
}

.fa_link{
  background-color: rgb(208,208,208);
  color:#000;
  width:30%;
  line-height : 15px;
  text-align:center;
}

.fa_link2{
  background-color: rgb(128,128,128);
  color:#FFF;
  width:30%;
  line-height : 15px;
  text-align:center;
}

.fa_link a:link, .fa_link a:hover{
  color:#000 !important;
  text-decoration:none !important;
  background:rgb(208,208,208) !important;
}

.fa_link2 a:link, .fa_link2 a:hover{
  color:#FFF !important;
  text-decoration:none !important;
  background:rgb(128,128,128) !important;
}
