A.tab
{
	color: black;
	text-decoration: none;
}
A:HOVER.tab
{
	text-decoration: underline;
}
A.tab_active
{
	color: #EC0034;
	text-decoration: none;
}
A:HOVER.tab_active
{
	text-decoration: underline;
}
TD.tab
{
	background: url("/images/psyq/tab_middle.gif") repeat-x;
	background-position: bottom;
	white-space: nowrap;
}
TD.tab_active
{
	background: url("/images/psyq/tab_middle_on.gif") repeat-x;
	background-position: bottom;
}
TD.tabspacer
{
	background: url("/images/psyq/tab_spacer.gif") repeat-x;
	background-position: bottom;
}
#pane1, #pane2, #pane3, #pane4, #pane5, #pane6, #pane7, #pane8
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
	display: none;
}

