	html {

			margin: 0; padding: 0;

			}



		body

			{

			 font-family: Arial, Helvetica, sans-serif; font-size: 9pt;

			  background: #ffffff url(images/back2.gif) repeat-x; 
			  margin: 0 auto;

			}

		 td	

			{

			   font-family: Arial, Helvetica, sans-serif; font-size: 9pt;

			}
/* Removed pagename, we already have pagetitle, use that */

		.text2

		{

		font-weight: bold;

		color: #787771;

		font-size: 10pt;

		}

		.textwhite

		{

		color: #FFFFFF;

		font-size: 10pt;

		}

/* server response elements  */

	.error

		{

		text-indent: 10px;

		color: #ff0000;

		font-weight: bolder;

		}

	.success

		{

		text-indent: 10px;

		color: darkgreen;

		font-weight: bolder;

		}



	.required

		{

		color: #FF0000;

		}



	.instruction

		{

		color: #666600;

		font-weight: normal;

		}





	.pagetitle 

		{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 18px;
		font-weight: bolder;
		color: #D2862D;

		}



	.sitetitle

		{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 16px;

		font-weight: bold;

		color: #003366;

		}





/* link elements  */

	a 

		{

		color: #11409A;

		}

	/*	

	a:link

		{

		color: #588CBD;

		}

					

	a:visited 

		{

		color: #588CBD;

		}

		

	a:hover

		{

		color: #996600;

		}   

		*/

	

.whitelink	{ font face: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 9pt; font-weight: bold;}

/* header - footer elements  */

	.footer 

		{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		color: #FFFFFF;

		}



	.header 

		{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		color: #FFFFFF;

		}





.recordlisttable

	{



	}

.recordlisthead

	{

	color: #ffffff;

	background-color: #0000ff;

	font-weight: bold;

	}

.recordlistoddrow

	{

	background-color: #fffff;

	}

.recordlistevenrow

	{

	background-color: #cfffff;

	}



/* Weekly results report */

/* /weeklyresults.php     */
.weeklyresults
	{
	/* table */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}

.weeklyresultsheading
	{
	/* top heading on report */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	font-weight: bolder;
	}

.weeklyresultsheading2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bolder;
	}

.weeklyresultsheading3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bolder;
	}

.weeklyresultsdata
	{
	/* team data */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
/* Weekly results report */
