div.tabArea {
	color: #FFFFFF;
	font-size: 90%;
	font-family: verdana, arial, tahoma, sans-serif;
}

a.tab {
	background-color: #FFFDF3;
	border: 1px solid #666;
	border-bottom: 1px solid #DFDFDF;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	position: relative;
	top: -2px;
	z-index: 100;
}

a.tabUnder {
	background-color: #FFFDF3;
	border: 1px solid #666;
	border-top: 1px solid #DFDFDF;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	position: relative;
	top: 2px;
/*	left: 5px; */
	z-index: 100;
}

a.tab, a.tab:visited, a.tabUnder, a.tabUnder:visited {
	color: #6F6F6F;
}

a.tab:hover, a.tabUnder:hover {
	background-color: #FFF7CD;
	color: #6F6F6F;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited, a.tabUnder.activeTab, a.tabUnder.activeTab:hover, a.tabUnder.activeTab:visited {
	background-color: #FFF7CD;
	color: #6F6F6F;
	z-index: 102;
}

a.tab.right {
	position: relative;
	right: 90%;
	top: 0.90em;
	z-index: 102;
}

#main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
}

#contents {
	padding: 0.25em 1em 0.25em 0em;
	background: #FFFDF3;
	min-height: 300px;
}

#subject {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding: 0.25em 1em 0.25em 0em;
}
