BODY {
FONT-FAMILY: Tahoma; Arial;
}

.headline {
 text-align:left;
 display:block;
 padding-left: 3px;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 12pt;
 }

.copyright {
 text-align:left;
 color: #FFFFFF;
 font-weight: normal;
 font-size: 9pt;
 }
 
.sitedesign {
 text-align:left;
 padding-left: 3px;
 color: #FFFFFF;
 font-weight: normal;
 font-size: 9pt;
 }

.menubody {
 text-align:justify;
 color:#ffffff;
 display:block;
 font-weight: normal;
 font-size: 10pt;
 padding-right:3px;
}
 
 .homepagecopy {
 text-align:justify;
 color:#ffffff;
 font-weight: normal;
 font-size: 8pt;
 padding-left:3px;
 padding-right:3px;
 }
 
.menu {
 text-align:left;
 color:#FFFFFF;
 font-weight: bold;
 font-size: 10pt;
 padding-left:3px;
 }
 
.body {
 text-align:justify;
 color:#FFFFFF;
 font-weight: normal;
 font-size: 10pt;
 padding-left:3px;
 padding-right:3px;
 }
 
 .footer_black{
 text-align:left;
 color: #000000;
 font-weight: normal;
 font-size: 10pt;
 }
  
 .footer_red{
 text-align:left;
 color: #B50000;
 font-weight: normal;
 font-size: 10pt;
 }
  
 .footer_blue{
 text-align:left;
 color: #00007E;
 font-weight: normal;
 font-size: 10pt;
 }
 
 .footer_claret{
 text-align:left;
 color: #730000;
 font-weight: normal;
 font-size: 10pt;
 }
 
 .header {
 text-align:left;
 display:block;
 padding-left: 3px;
 color: #FFFFFF;
 font-weight: normal;
 font-size: 10pt;
 }
 
 .footer {
 text-align:center;
 display:block;
 padding-left: 3px;
 color: #FFFFFF;
 font-weight: normal;
 font-size: 8pt;
 }

 
/* Page Elements that are built using tables will often make use of the
   following classes:

   rowHeader will apply to the first row of the table, if a header row is
   required.
   rowLight and rowDark are used where alternating table colours are needed.
   rowHighlight is applied where a row needs to be differentiated from those
   around them.


/* All browsers have an internal stylesheet which usually includes a definition
   for TD cells.  For this reason, the default font, size and color are defined
   here (because everything on the page is contained inside a TD cell).
*/

.standardTable {
  width:100%;
}

TD {
  border-style: none;
  text-align:center;
  font-size: 90%;
  padding: 0px;
  color:white;
  padding-left:5px;
  padding-right:5px;
}

.goalDiff {
  font-size: 70%;
}

.alignLeft {
  text-align:left;
}

.rowHeader {
        background-color: #006531;
 	font-weight: bold;
 	font-size: 10pt;
}
/* was #39BA7B - light blue */
.rowLight {
        background-color:#880000 ;
}
/* was #7E9DDE - dark blue  */
.rowDark {
        background-color:#880000 ;
}
.rowHighlight {
        background-color: #000088
}

.rowPlain {
        background-color:#880000 ;
}

A {
  color: white;
  text-decoration:none;
  font-weight: bold;
}


A:Hover {
  text-decoration:underline;
  color: white;
}
