    .Default_Bottom_TabStrip {
      float:left;
      width:100%;
      color:#009BC9;
      font-size:100%;
      line-height:240%;
      }

	.Default_Bottom_TabStrip ul {
        margin:0px;
        padding:0px;
        list-style:none;
      }
	  
    .Default_Bottom_TabStrip li {
      display:inline;
      margin:0px;
      padding:0px;
      }

	  .Default_Bottom_TabStrip span {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
	  
    .Default_Bottom_TabStrip span span {
      float:left;
      display:block;
      background:url("tabright2.gif") no-repeat right top;
      padding:5px 47px 4px 46px;
      color:#009BC9;
      margin-right:5px;
      }

	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .Default_Bottom_TabStrip span span {float:none;}
    /* End IE5-Mac hack */

	.Default_Bottom_TabSelected {
      }
    
	.Default_Bottom_TabStrip .Default_Bottom_TabUnselected {
	  background:url("tabright.gif") repeat-x right top;
      color:#D4D4D4;
      }

	.Default_Bottom_TabStrip .Default_Bottom_TabMouseOver {
	  background:url("tabright2.gif") repeat-x right top;
	  color: #fff;
	  cursor: pointer;
      padding-top:4px;
      }
	  
	.Default_Bottom_TabPage {
   		_width: 100%;
		text-align: left;
		padding: 0px 0 0 0;
		background: transparent;
	}
	
	.Default_Bottom_TabPage p {
	  color: #000;
	  cursor: pointer;
	  font-size: 14px;
      }
      
	.Default_Bottom_TabPage a {
	  color: #fff;
	  cursor: pointer;
	  font-size: 14px;
      }

      
	.Default_Bottom_TabPage H1 {
	  color: #fff;
	  cursor: pointer;
	  font-size: 21px;
	  margin-bottom:10px;
      }
      
	.Default_Bottom_TabPage img {
      padding:0px 40px 0 0;
      }
	
	.Default_Bottom_Paging {
		margin-bottom: 5px;
		font-size: .8em;
		text-align: left;
		}
	
	.Default_Bottom_Paging span {
		cursor: pointer;
		border: 1px solid black;
		padding: 3px;
		background: #fff;
	}
