	div.tabArea {
		font-size: 80%;
		font-weight: bold;
		text-align:left;
		width:500px;
	}

	a.tab {
		background-color: #f0f0f0;
		border: 1px solid #000000;
		border-bottom-width: 0px;
		padding: 2px 1em 2px 1em;
		position: relative;
		text-decoration: none;
		top: -1px;
		z-index: 100;
		font-size:10px;

	}

	a.tab.activeTab {
		z-index: 102;
	}


	a.tab, a.tab:visited {
		color: #808080;
	}

	a.tab:hover {
		background-color: #d0d0d0;
		color: #606060;
	}

	a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
		background-color: silver;
		color: black;
	}

	div.tabMain {
		background-color: silver;
		border: 1px solid #000000;
		padding: 1em;
		height:400px;
		width:500px;
		position: relative;
		z-index: 101;

	}

	div.tabContent {
		background-color: white;
		border: 1px solid #000000;
		width: 500px;
		height: 390px;
		overflow: auto;
		padding: 5px;
	}

	#tabBox1, #tabBox2, #tabBox3, #tabBox4, #tabBox5{
		display:none;
		text-align:left;
        font-weight: normal;
	}

