
	#tabs
	{
		width:900px;
		margin:auto;
	}

	.tabs
	{
		width:900px;
		margin:auto;
	}
	
	.tabsDefault {
	  overflow: hidden;
	  width: 100%;
	  margin:0px;
	  padding:0px;
	  list-style: none;
	}

	.tabsDefault li 
	{
	  float: left;
	  margin: 0 -15px 0 0;
	}

	.tabsDefault a {
	  float: left;
	  position: relative;
	  padding: 0 20px;
	  height: 0;
	  line-height: 30px;
	  text-transform: uppercase;
      font-size:15px;
	  text-decoration: none;
	  border-right: 30px solid transparent;
	  border-bottom: 30px solid rgb(237,240,243); 
	  font-weight:bold;
	  opacity: 1;
	  filter: alpha(opacity=100);    
	  color:#10253F;
	}
	
	
	.divtab
	{
		padding:8px;
		width:882px;
		border-radius:3px;
		border:1px solid #CCC;
		background-color:rgb(249, 250, 251);
		color:#10253F;
	
	}
	
	.divtabX
	{
		padding:8px;
		width:882px;
		border-radius:3px;
		border:1px solid #CCC;
		background-color:rgb(249, 250, 251);
		color:#10253F;
	
	}
	
	#tabsDefault {
	  overflow: hidden;
	  width: 100%;
	  margin:0px;
	  padding:0px;
	  list-style: none;
	}

	#tabsDefault li 
	{
	  float: left;
	  margin: 0 -15px 0 0;
	}

	#tabsDefault a {
	  float: left;
	  position: relative;
	  padding: 0 20px;
	  height: 0;
	  line-height: 30px;
	  text-transform: uppercase;
      font-size:15px;
	  text-decoration: none;
	  border-right: 30px solid transparent;
	  border-bottom: 30px solid rgb(237,240,243); 
	  font-weight:bold;
	  opacity: 1;
	  filter: alpha(opacity=100);    
	  color:#10253F;
	}
	
	#tab1 a
	{
		 border-bottom: 30px solid rgb(225,230,235); 
		 z-index: 5;
	}
	
	#tabX1 a
	{
		 border-bottom: 30px solid rgb(225,230,235); 
		 z-index: 5;
	}
	
          
	#contentTabs 
	{
	    background: #fff;    
	    padding: 2em;
	}

	#contentTabs h2,
	  #contenttTabs h3,
	  #contentTabs p {
	    margin: 0 0 15px 0;
	}  


	 
	