/* CSS Document */



/* default text colour; black good on generally white background */
p { color: black; }


/* text in left menu of main page */
p.ltext { font-size:12.0pt;
          font-weight: bold;underline;
}

/* get rid of blue border on img links */
a img {border: none; } 

/* default link attributes */
a { color: blue;
    text-decoration:none;
    text-underline:none;
}
a:hover { color: red; }

/* links on left menu of main page */
a.llink { font-size:12.0pt;
          font-weight: bold;
}

/* links on left menu of main page */
a.nwllink { font-size:12.0pt;
          font-weight: bold;
            target="_blank"; 
}

/* back-links at top of each page */
a.toplink { font-size:14.0pt;
            font-weight: bold;
}

/* big links - where body sentence used as link */
a.biglink { font-size:18.0pt;
            font-weight: bold;
}

/* new window links - where body sentence used as link */
a.nwlink { font-size:18.0pt;
            font-weight: bold;
            target="_blank"; 
		color=black; 
}

/* Top of page headings */
p.pagetitle {font-size:36.0pt;
             color: blue;
             text-align: center; 
}
/* Top of page headings */
p.subtitle {font-size:24.0pt;
             color: blue;
             text-align: left; 
}
P.Report
        {text-indent:36.0pt;
        margin-bottom:8pt;
        font-size:10.0pt; 
        font-family:Arial;
        color:black;}

    p.Result
        {text-align:center;
        font-size:16.0pt;
        font-weight:bold;
        font-family:Verdana;}

    p.LeagueLink
        {font-size:16.0pt;
        font-family:Verdana;
        font-weight:bold;
        text-align:center;}

    p.TagLine
        {font-size:8.0pt;}


*-------------------------------------------------------*/
/* General table styles (grey thin border, grey THs)     */
/*-------------------------------------------------------*/
table.GenTable            
  {
  width: 600px;
        border-style: solid; 
        margin-left: 1em;
        margin-top: .6em;
        margin-bottom: .3em;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: grey;
        font-size: 100%; /* Text in Table is same size as text outside table */
  }

/*-------------------------------------------------------*/
/* styles for the TableHeading cells and TableData cells */
/*-------------------------------------------------------*/
table.GenTable TH, table.GenTable TD
        { 
        border-style: solid; 
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: grey;
        padding: 4px 6px;
        }

table.GenTable TH       
        { 
        vertical-align: center;
        }

table.GenTable TD       
        {
        vertical-align: center;
        }

