﻿body
{
	font-family: "Trebuchet MS" , Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FEFEFE;
	font-size: 87%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width: 80%;
	margin-left: 100px;
}

h1.ppgheader
{
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1em;
	font-size: 150%;
}

.tableTitle
{
	font-size: 120%;
	border-bottom: 1px solid silver;
	margin: 20px 0 10px 0;
}

.teamtable *
{
	text-align: center;
	width: 10%;
}

.teamtable *.firstcol
{
	text-align: left;
	width: 30%;
}

.teamtable th
{
	background-color: #ae3;
}

tr.odd
{
	background-color: #ded;
}

tr.even
{
	background-color: #dde;
}


