
/* This is the Sports Title in Navy above the Table */

h2 { font-size: 16px;
     font-weight: bolder;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000090;	 }

/* This is the error text when a no Items are a availbale for a category */

h3 { font-size: 15px;
     font-weight: 100;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000000;	 }

/* Date Navy small font on main page */

h4 { font-size: 13px;
     font-weight: bolder;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000090;	 }

small { font-size: 13px;
     font-weight: 100;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000000;	 }

small.navy { font-size: 10px;
     font-weight: 100;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000090;	 }
     
small.black { font-size: 10px;
font-weight: 100;
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
color: #000000;	 }

small.nav { font-size: 13px;
font-weight: bolder;
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
color: #000000;	 }
     
strong { font-size: 16px;
     font-weight: bolder;
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     
     color: #000090;	 }



/* is the default for tables */

table.default{}

/* Sports Events Table with gray borders */

table.sports { border: 3px solid #999999; }



table.sports2 { border-left-width: 3px;
                border-color solid #999999; 
		border-right-width: 3px;
		border-top-width: 3px;     }



/* is the default for table Divides */

td.default{}

/* is Sports Table Row with bottom border */

td.sports{ border-bottom: 3px solid #999999;
	   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	   font-size: 13px;
	   font-weight: 100;


}

/* is Sports Table Row with bold text & bottom border */


td.sportsbold{ border-bottom: 3px solid #999999;
	   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	   font-size: 13px;
	   font-weight: bolder;


}

/* is Sports Table Row with no bottom border */

td.sportsnobottom{   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	   font-size: 13px;
	   font-weight: 100;


}

/* effect1 is the small link text  */

a.effect1:link {color: #000000; 
			text-decoration: none;
 			font-size: 10px;
   			 font-weight: 100;
     			font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  
 }

a.effect1:active {color: #000000;
			 text-decoration: none;
			 font-size: 10px;
                      font-weight: 100;
			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

a.effect1:visited {color: #000000;
			 text-decoration: none;
 		        font-size: 10px;
			 font-weight: 100;
     			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

a.effect1:hover {color: #000000;
			 underline; color: #000090;
 		        font-size: 10px;
  			 font-weight: 100;
       		 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  }

/* effect2 is the Normal link text  */

a.effect2:link {color: #000000; 
			text-decoration: none;
 			font-size: 13px;
   			 font-weight:100;
     			font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  
 }

a.effect2:active {color: #000000;
			 text-decoration: none;
			 font-size: 13px;
                      font-weight: 100;
			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

a.effect2:visited {color: #000000;
			 text-decoration: none;
 		        font-size: 13px;
			 font-weight: 100;
     			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

a.effect2:hover {color: #000000;
			 underline; color: #000090;
 		        font-size: 13px;
  			 font-weight: 100;
       		 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  }



/* effect3 is the Normal link text  */

a.effect3:link {color: #000090; 
			text-decoration: underline;
 			font-size: 13px;
 			
   			 font-weight:100;
     			font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  
 }

a.effect3:active {color: #000090;
			 text-decoration: underline;
			
			 font-size: 13px;
             font-weight: 100;
			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

a.effect3:visited {color: #000090;
			 text-decoration: underline;
 		     font-size: 13px;
			 font-weight: 100;
     			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }
     			 
     			 
 
 A:link {color: #000090; 
			text-decoration: underline;
 			font-size: 13px;
 			
   			 font-weight:100;
     			font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;  
 }

A:active {color: #000090;
			 text-decoration: underline;
			
			 font-size: 13px;
             font-weight: 100;
			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }

A:visited {color: #000090;
			 text-decoration: underline;
 		     font-size: 13px;
			 font-weight: 100;
     			 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;   }










