/* CSS Document */
table.result{
  background:#FFF;
  font-size:12px;
  width:183px;
}

table.result td.uisp{
	background: url("../img/m016_lastresult/logoUisp75x75.png") no-repeat right;
}
table.result td.fip{
	background: url("../img/m016_lastresult/logoFip75x75.png") no-repeat right;
}

td.team{
  font-size:20px;
  color:#CCC;
  font-style:italic;
  text-align:center;
  padding-right:2px;
}

td.border{
  border-bottom:3px double #666;
}

#linkCalendar{
text-align:right;
font-size:12px;
margin-bottom:3px;
}
#linkCalendar a{
color:#666;
}
#linkCalendar a:hover{
color:#333;
}
