
	body { 	font-family:arial; 
	       	font-size:10pt; 
	       	font-weight:bold;
	       	background-image: url('images/patbox_background_bw.jpg');
    		background-repeat: no-repeat;
    		background-attachment: fixed;
    		background-position: center; 
}

	table { 
    font-family:arial; 
	  font-size:10pt; 
    /*border-color: #000099;
    border-width: 1px;
    border-style: solid;
    padding: 3px;*/
    
  }

	a {	font-family:arial;
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
		color:#000099;  }

	a:hover {
		text-decoration:underline;
	}

	a.tableLink {	font-family:arial;
		font-weight:bold;
		font-size:8pt;
		text-decoration:none;
		color:#000099;  }

	a.tableLink:hover {
		text-decoration:underline;
	}

	a.tableHeaderLink {	font-family:arial;
		font-weight:bold;
		font-size:8pt;
		text-decoration:underline;
		color:#ffffff;  }

	.tableMain	{	background-color:#000099; }

	.tableHeader	{	background-color:#000099; 
				color:#ffffff;
				font-family:arial;
				font-weight:bold;
				align:center;
				font-size:8pt;	}

	.tableHeaderDark {	background-color:#000044; 
				color:#ffffff;
				font-family:arial;
				font-weight:bold;
				align:center;
				font-size:8pt;	}

	.tableHeaderRed	{	background-color:#990000; 
				color:#ffffff;
				font-family:arial;
				font-weight:bold;
				align:center;
				font-size:8pt;	}

	.tableData	{	
        background-color:#ffffff;
				font-family:arial;
				font-size:8pt; 
        /*border-color: #000099;
        border-width: 1px;
        border-style: solid;
        padding: 3px;*/
  }

	.tableDataForm	{	background-color:#dddddd;
				font-family:arial;
				font-size:8pt; }

	.tableFantasyData {	background-color:#cccccc;
				font-family:arial;
				font-size:8pt; }

	.tableWinner {	background-color:#ffffff;
				font-family:arial;
				font-size:8pt;
				font-weight:bold;
				color:green; }

	.registerPool {	background-color:#990000;
			font-family:arial;
			font-size:10pt;
			color:#ffffff;}

	span {	font-weight:bold;
		font-family:arial;
		font-size:8pt;
		/*color:#000000; */
	}

