A:link, A:visited {
  text-decoration: none;
  color          : #0000CC;
}
A:active, A:hover {
  text-decoration: underline;
  color          : #FF0000;
}		
.GrandPrix {
  font-family: Times New Roman;
  font-size  : 24pt;
  font-weight: bold;
  color      : #800040;
  text-align : center;
}
.GrandPrix A:link, .GrandPrix A:visited, .GrandPrix A:active, .GrandPrix A:hover {
  color      : #800040;
}
.PageTitle {
  font-family: Times New Roman;
  font-size  : 24pt;
  font-weight: bold;
  color      : #000000;
  text-align : center;
}
.Title {
  font-size  : 12pt;
  font-weight: bold;
  color      : #000000;
  text-align : center;
}
.RowTitle {
  font-weight: bold;
  text-align : right;
}
th {
  font-family: Arial;
  font-weight: bold;
  font-size  : 10pt;
  background : #FFCC00;
}
td {
  font-family: Arial, sans-serif;
  font-size  : 10pt;
  color      : #000000;
}
.tab1 {
  background : #FFFFCC;
}
.tab2 {
  background : #FFFF99;
}
body {
  font-family: Arial, sans-serif;
  font-size  : 10pt;
  color      : #000000;
}


