/* Cascading Style Sheets    */
/* file name - public.css    */

/* created May 10, 2003     */
/* Jeremy Swampillai        */

		 
.content {
		  font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		  color: black;
		 }
		 
.footnote {
		   font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		   color: black;
		  }
		  
.footnote2 {
		   font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		   color: black;
		  }			   
		 
.tableContent {
		       font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		       color: black;
		      }		 
		
.copyright {
			font: 9px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
			color: black;
		   }
		   
.listItems {
			font: 11px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		   }		   
           
.loginMsg {
		   font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		   color: black;
		  }

.confirmMsg {
		     font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		     color: maroon;
		    }		  
		   
.whatsNew {
		   font: 12px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		   color: black;
		  }
				  
.title {
		font: 14px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		color: maroon;
	   }
	   
.playoffStatus {
				font: 13px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
				color: red;
			   }
	   
.newsTitle {
		    font: 13px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		    color: black;
	       }
		   
.tableTitle {
		     font: 13px Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans serif;
		     color: maroon;
	        }
			
.textInput {
		    font-family: Verdana, "Lucida Sans Unicode", Helvetica, Arial; 
			font-size: 10pt; 
			color: black;
			text-decoration: none;
			font-weight: normal;
			border-style: 0;
			border: 1pt#737373 solid;
		   }		
		  
.textArea {
			font-family: Verdana, "Lucida Sans Unicode", Helvetica, Arial; 
			font-size: 10pt; 
			color: black; 
			text-decoration: none; 
			font-weight: normal; 
			overflow: hidden; 
			border-style: 0; 
			border: 1pt#737373 solid;
		   }