A {
	text-decoration: underline;
	color: 990000;
}
A:hover {
	text-decoration: underline;
}
A.tab {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
A.tab:hover {
}
TD.tab {
	background-image: url('/display/images/tab_sets/tab.gif');
	background-position:top center;
}
TD.tab_selected {
	background-image: url('/display/images/tab_sets/tab_2.gif');
	background-position:top center;
}
TD.tab:hover {
	background-image: url('/display/images/tab_sets/tab_2.gif');
	background-position:top center;
}
TD.tab_bottom {
	background-image: url('/display/images/tab_sets/tab_bottom.gif');
	background-position:bottom center;
}
TD.tab_bottom_selected {
	background-image: url('/display/images/tab_sets/tab_bottom_2.gif');
	background-position:top center;
}
TD.tab_bottom:hover {
	background-image: url('/display/images/tab_sets/tab_bottom_2.gif');
	background-position:top center;
}
TD.tab_left {
	background-image: url('/display/images/tab_sets/tab_left.gif');
	background-position:bottom center;
}
TD.tab_left_selected {
	background-image: url('/display/images/tab_sets/tab_left_2.gif');
	background-position:bottom center;
}
TD.tab_left:hover {
	background-image: url('/display/images/tab_sets/tab_left_2.gif');
	background-position:bottom center;
}
TD.tab_right {
	background-image: url('/display/images/tab_sets/tab_right.gif');
	background-position:bottom center;
}
TD.tab_right:hover {
	background-image: url('/display/images/tab_sets/tab_right_2.gif');
	background-position:bottom center;
}
TD.tab_right_selected {
	background-image: url('/display/images/tab_sets/tab_right_2.gif');
	background-position:bottom center;
}
TD.tab_menu {
	background-image: url('/display/images/tab_sets/tab.gif');
	background-position:bottom center;
}
TD.tab_menu:hover {
	background-image: url('/display/images/tab_sets/tab_2.gif');
	background-position:bottom center;
}
TD.tab_menu_selected {
	background-image: url('/display/images/tab_sets/tab_2.gif');
	background-position:bottom center;
}

