    <style type="text/css">
      body { background-color: red;}
	  
	  phead {          font-weight: bold;
	  text-align: center;
        font-size: 20;
          text-decoration: none;
		  }
	  
      .main
      	{
		color: yellow;
		background-color: grey;

      	}
      h1,h2,h3,h4,h5,h6
	{
	text-align=center
	}
      
      .my-title-class {
          font-weight: bold;
	  text-align: center;
        font-size: 20;
          text-decoration: none;
          }

      .my-underlined-class {
          text-decoration: underline;
          font-weight: bold;
        font-size: 16;

          }

      #tabs {
        display: block;
        float: left;
        width: 100%;
      }
      a.tab {
        border-collapse: collapse;
        border-style: solid solid none solid;
        border-color: black;
        border-width: 1px 1px 0px 1px;
        background-color: silver;
        padding: 2px 0.5em 0px 0.5em;
        margin-top: 4px;
        margin-right: 2px;
        font-family: arial;
        font-size: 14;
        text-decoration: none;
        float: left;
        align=center;
      }
      a.tab:hover {
        border-color: black;
        background-color: white;
      }
      .panel { border: solid 1px black; color: #0033CC; background-color: #FFFFCC; padding: 5px; height: 600px;  width: 1100px; overflow: auto;}

      td	{
      	color: #0033CC;
      	border-style: solid; 
      	border-width: 1px; 
      	border-color: black;
      	verticle-align: top;
	      }

      .td_noborder	     {border-style: none; border-width: 1px; border-color: black;  color: #0033CC;       vertical-align: Top;}
      .td_noborder_stand_big	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.4em;  color: #0B0B61; font-weight: bold;	text-decoration: None;   vertical-align: Top;}
                              
      .td_noborder_stand_med	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.2em;  color: #0B0B61; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

      .td_noborder_stand	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.0em;  color: #0B0B61; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

      .td_noborder_stand_color1	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.0em;  color: #teal; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

      .td_noborder_stand_color2	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.0em;  color: #red; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

      .td_noborder_stand_med_color2	{border-style: none; border-width: 1px; border-color: black;
                              font-size: 1.4em;  color: #black; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

	   .td_cal {border-style: solid; border-width: 1px; border-color: black; height: 100;
                              font-size: .8em;  color: #black; font-weight: bold;	text-decoration: None;   vertical-align: Top;}

      table	{
      	border-collapse: collapse;
      	verticle-align: top;
	      }

	  

      .table_noborder	{border-style: none; }
      
      .tablecommon {
		empty-cells: show; 
		border-style: solid; 
		border-width: 1px; 
		border-color: black; 
		color: #0033CC; 
		background-color: #FFFFCC;
		 }
      .spacertable {border-style: none;  color: #0033CC; background-color: #FFFFCC; verticle-align: top;}
      
	  
      .headrow	{align=center; font-weight: bold; background-color: #0000FF; color: #FFFFCC;
      		border-style: solid; 
		border-width: 1px; 
		border-color: black; }
      .datarow	  {align=left;  color: #2E2EFE}
      
      .coachinfo  {align=left; font-size: 14; color: #2E2EFE; padding: 4px}
      .coachinfo2  {align=left; font-size: 12; color: #2E2EFE; padding: 4px;}
      
      .coachinfohead   {font-size: 14; color: #08088A;		border-style: solid; 
		border-width: 1px; 
		border-color: black;   }
		
      .standout_red	{	                   color: red;	   font-weight: bold;	text-decoration: None;	            }
      .standout_green	{	                   color: green;   font-weight: bold;	text-decoration: None;	            }
      .standout_blue	{	                   color: blue;	   font-weight: bold;	text-decoration: None;	            }
      .standout		{	                   color: #0B0B61; font-weight: bold;	text-decoration: None;	            }
      .standout_big	{	font-size: 1.4em;  color: #0B0B61; font-weight: bold;	text-decoration: None;	            }
      .standout_med	{	font-size: 1.0em;  color: #0B0B61; font-weight: bold;	text-decoration: None;	            }
      .header		{	                   color: #0B0B61; font-weight: bold;	text-decoration: underline;	    }

	p
	{
	color: #0033CC; 
	background-color: #FFFFCC;
	}
	.p_heading {text-align: left; font-weight: bold; text-decoration: underline; font-size: 1.1em;}
	.p_norm {text-align: left;   font-size: 1em;}    
	.p_norm_bullet {text-align: left;  font-size: .9em;  		color: #0033CC; 		background-color: #FFFFCC;}    


	      
    </style>
