    .Clean_Bottom_TabStrip {
      width:100%;
      height:32px;
      background:#0B5097;
      font-size:14px;
      padding:17px 0px 19px 0px;
	  font-weight: normal;
	  font-family: Arial, Tahoma, Helvetica, sans-serif;
      }

	.Clean_Bottom_TabStrip ul {
        margin:0;
        padding:0;
        list-style:none;
      }
	  
    .Clean_Bottom_TabStrip li {
      display:inline;
      margin:0;
      padding:0;
      }

	  .Clean_Bottom_TabStrip span {
      float:left;
      margin:0;
      padding:0 1px 0 25px;
      text-decoration:none;
      }
	  
    .Clean_Bottom_TabStrip span span {
      float:left;
      display:block;
      padding:5px 8px;
      color:#fff;
	  text-align:center;
      }

	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .Clean_Bottom_TabStrip span span {float:none;}
    /* End IE5-Mac hack */

	.Clean_Bottom_TabSelected {
		color: #617588;
		background-color: transparent;
		border-top: 1px solid #86A4C3;
		border-right: 1px solid #86A4C3;
		border-left: 1px solid #86A4C3;
		border-bottom: 1px solid #86A4C3;

	}
    
	.Clean_Bottom_TabStrip .Clean_Bottom_TabUnselected {
		color: #fff;
		background-color: transparent;
		border-right: solid 1px #0B5097;
		border-top: solid 1px #0B5097;
		border-left: solid 1px #0B5097;
		border-bottom: solid 1px #0B5097;
      }

	.Clean_Bottom_TabStrip .Clean_Bottom_TabMouseOver {
		color: #fff;
		background-color: #E58E1A;
		cursor: pointer;
		}
	  
	.Clean_Bottom_TabPage {
		_width: 100%;
		padding: 0px 0 0 25px;
		text-align: left;
		background: transparent;
	}
	
	.Clean_Bottom_TabPage img {
		background:url(backpf.gif) no-repeat top right;
		float:left;
		padding: 0 27px 0 0;
		margin:0 32px 0 0;
	}
	
	.Clean_Bottom_Paging {
		text-align:center;
		padding: 2px;
		margin: 3px;
}
	.Clean_Bottom_Paging a {
		cursor: pointer;
		padding: 2px 5px 2px 5px;
		margin: 1px;
		border: 1px solid gainsboro;
		background-color: gainsboro;
		color: #000;
		text-decoration: none;
}
	.Clean_Bottom_Paging a:hover, .Clean_Bottom_Paging a:active {
		border: 1px solid #ccc;
		background-color: aliceblue;
		color: #555;
}	