    .USPA_Ratings_TabPage 
    {
        clear:both;
        margin-top:20px;
    }
    .USPA_Ratings_TabStrip {
      width:100%;
      background:transparent;
      font-weight:bold;
      margin:0 auto;
      clear:both;
      height:65px;
      text-align:center;
      }
    .USPA_Ratings_TabStrip ul {
		margin:0 auto;
		padding:0;
		list-style:none;
      text-align:center;
      }
    .USPA_Ratings_TabStrip li {
      display:inline;
      margin:0 auto;
      padding:0;
      cursor:pointer;
      }
    .USPA_Ratings_TabStrip span {
      float:left;
      background:url("tableft.png") no-repeat left top;
      margin:0 auto;
      padding:20px 18px 0 0;
      }
    .USPA_Ratings_TabStrip span span {
      float:right;
      display:block;
      background:url("tabright.png") no-repeat right top;
      padding:15px 20px 20px 5px;
      margin:-20px 0 0 15px;
      color:#003366;
      border:solid 0px green;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .USPA_Ratings_TabStrip span span {float:none;}
/* End IE5-Mac hack */
    .USPA_Ratings_TabStrip .USPA_Ratings_TabMouseOver {
      background-position:0% -63px;
      }
    .USPA_Ratings_TabStrip .USPA_Ratings_TabMouseOver span {
      background-position:100% -64px;
      color:#CC3300;
      padding:18px 20px 16px 5px;
      margin:-19px 0 0 15px;
      }
    .USPA_Ratings_TabStrip .USPA_Ratings_TabSelected {
      background-position:0% -63px;
      }
    .USPA_Ratings_TabStrip .USPA_Ratings_TabSelected span {
      background-position:100% -63px;
      padding:18px 20px 16px 5px;
      color:#003366;
      }

	.USPA_Ratings_Paging{color:#666;font-weight:bold;padding:2px 7px;text-align:center;cursor:pointer;}
	.USPA_Ratings_Paging span{color:#666;font-weight:bold;padding:2px 7px;text-align:center;cursor:pointer;}
	.USPA_Ratings_Paging span:link{color:#003366;text-decoration:none;font-weight:bold;border:solid 1px #FFF;cursor:pointer;}
	.USPA_Ratings_Paging span:visited{color:#336699;text-decoration:none;font-weight:bold;border:solid 1px #FFF;cursor:pointer;}
	.USPA_Ratings_Paging span:hover{color:#CC3300;text-decoration:underline;font-weight:bold;border:solid 1px #CC3300;cursor:pointer;}
	.USPA_Ratings_Paging span:active{color:#003366;font-weight:bold;border:solid 1px #FFF;cursor:pointer;}
