/* CSS Document */
  

.tab-text
	{
	font-family: verdana;
	font-size: small;
	position: relative;
	left: 20px;
    }

	#left-cap
	{
	width:14px;
	height:36px;
	background-image:url("/image/Home_Page/Tab-Btn-Left-Cap-On.gif");
	}

	#tab1
	{
	width:173px;
	height:36px;
	background:url("/image/Home_Page/Tab-Btn-Bg-On.gif") repeat-x;
	}
	
	#arrow1
	{
	width:16px;
	height:36px;
	background-image:url("/image/Home_Page/Tab-Btn-Arrow-Front-On.gif");
	}
	
	#tab2
	{
	width:173px;
	height:36px;
	background:url("/image/Home_Page/Tab-Btn-Bg-Off.gif") repeat-x;
	}
	
	#arrow2
	{
	width:16px;
	height:36px;
	background-image:url("/image/Home_Page/Tab-Btn-Arrow-Off.gif");
	}
	
	#tab3
	{
	width:173px;
	height:36px;
	background:url("/image/Home_Page/Tab-Btn-Bg-Off.gif") repeat-x;
	}
	
	#arrow3
	{
	width:16px;
	height:36px;
	background-image:url("/image/Home_Page/Tab-Btn-Arrow-Off.gif");
	}
	
	#tab4
	{
	height:36px;
	background:url("/image/Home_Page/Tab-Btn-Bg-Off.gif") repeat-x;
	}
	
	#right-cap
	{
	width:13px;
	height:36px;
	background-image:url("/image/Home_Page/Tab-Btn-Right-Cap-Off.gif");
	}

	#box-top-left
	{
	width:10px;
	height:10px;
	background-image:url("/image/Home_Page/RoundBox_TopLeft.gif");
	}
	
	#box-horizontal-top
	{
	background:url("/image/Home_Page/RoundBox_HorizontalTop.gif") repeat-x;
	}

	#box-top-right
	{
	width:10px;
	height:10px;
	background-image:url("/image/Home_Page/RoundBox_TopRight.gif");
	}

	#box-vertical-left
	{
	width:10px;
	background:url("/image/Home_Page/RoundBox_VerticalLeft.gif") repeat-y;
	}

	#box-vertical-right
	{
	width:10px;
	background:url("/image/Home_Page/RoundBox_VerticalRight.gif") repeat-y;
	}
	
	#box-bottom-left
	{
	width:10px;
	height:10px;
	background-image:url("/image/Home_Page/RoundBox_BottomLeft.gif");
	}

	#box-horizontal-bottom
	{
	background:url("/image/Home_Page/RoundBox_HorizontalBottom.gif") repeat-x;
	}

	#box-bottom-right
	{
	width:10px;
	height:10px;
	background-image:url("/image/Home_Page/RoundBox_BottomRight.gif");
	}

	#box-content
	{
	width:80%;
	height:400px;
	}

	#tab-width-left
	{
	width:93%;
	}

	#tab-width-right
	{
	width:5%;
	}
	
	#tab-width-middle
	{
	width:2%;
	}

	#box-content-container
	{
	height:400px;
	}