	body {
		background : #ffffff;
		font-family : Verdana,Lucida,sans-serif;
	}

	body,tr,td {
		font-size : 85%;
	}

	a {
		color : blue;
		text-decoration : none;
	}

	a:hover {
		text-decoration : underline;
	}

	tr.titleBarTop {
		background : #D0D0D0;
	}

	tr.tableBody1 {
		background : #e0e0e0;
	}

	tr.tableBody2 {
		background : #ffffff;
	}

	td.tableOutline1 {
		background : 666666;
	}

	td.tableOutline2 {
		background : #9999ff;
	}

	td.tableHead1 {
		background : #999999;
		color : White;
	}

	tr.tableHead2 {
		background : blue;
		color : Yellow;
	}

	td.footerOutline {
		background : #5E86A2;
	}

	tr.footerBody {
		background : #ffffff;
	}

	.title {
		font-size : 200%;
		color : #ffffff;
		font-weight : bold;
	}

	.heading {
		font-weight : bold;
		color : #e0e0e0;
		background : #000000;
	}
  .SiteName  { font-size: x-large; font-weight: bold;  }

  .smaller { font-size: smaller; }

  .fbUser { background: #ffeeaa;  }