/* CSS Document */
#topbg
	{
		background:url('images/topbg.jpg') repeat-x;
	}
#leftbg
	{
		background:url('images/leftbg.jpg') repeat-y;
	}
#rightbg
	{
		background:url('images/rightbg.jpg') repeat-y right;
	}
#bottombg
	{
		background:url('images/bottombg.jpg') repeat-x;
	}
.navbg
	{
		background:#a7a7a7;
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
	}
.navbg A
	{
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		color: #ffffff;
	}

#tab_left
	{
		background:url('images/tab-middle.gif') no-repeat right;
		width: 8px;
		height: 28px;
		overflow:hidden
	}
#tab_right
	{
		background:url('images/tab-middle.gif') no-repeat left;
		width: 8px;
		height: 28px;
		overflow:hidden
	}
