	#faqContainer
	{
		width: 1110px;
		height:442px;
		margin: 10px auto;
    }

			
			ul.tabs
			{
				margin: 0px;
				padding: 0px;
				float: left;
				display: inline;
				width: 546px;
                height:442px;
			}
			
			
			ul.tabs li
			{
				width: 546px;
				margin: 0;
				padding: 0;
				height: 30px;
				margin-bottom: -1px;
                background: #ffffff;
                overflow: hidden;
				position: relative;
            }
			
			
			ul.tabs li a
			{
				text-decoration: none;
				color: rgb(85,148,255);                                                     /****************************/
				display: block;
				padding: 0px;
				outline: none;
			}



  			ul.tabs li a:visited
			{
 				background: #fff;
                color:rgb(85,148,255);
			}



 			ul.tabs li a:hover
			{
 				background: #fff;
                color:#000;
			}




			html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a
			{
                font-weight: bold;
                color:#000;                                          /****************************/
			}

			
			.tab_container
			{
				border-top: none;
				float: right;
				width: 546px;
				height:442px;
				-moz-border-radius-bottomright: 5px;
				-khtml-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-khtml-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
			}
			

			.tab_content
			{
				padding-top:0px;
				padding-left:10px;
                padding-right: 5px;
			}

            .tab_content p
            {
               margin:0px;
               padding:0px;
            }
