

@media screen
{
	table#links 
	{
		width: 99%;
		padding: 0;
		border-spacing: 0;
		table-layout:fixed;
	}
	table#links td.selected a
	{
		color: black;
		text-decoration: none;
	}
	
	table#links td
	{
		border-bottom: 1px solid #a0a0a0;
	}
	
	table#links td#link1,
	table#links td#link2,
	table#links td#link3,
	table#links td#link4,
	table#links td#link5,
	table#links td.notselected
	{
		font-weight:normal;
		line-height: 30px;
		text-align: center;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 152px;
	}
	table#links td.selected
	{
		border-bottom: 0px !important;
		width: 152px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0;
		text-align: center;
		background-image: url(../pic/selected_tab.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		font-weight: bold;
	}
	table#links td.notselected a
	{
		color: #003793;
		text-decoration: none;
	}
	table#links td.spacer
	{
		width: auto;
	}
	
	div#data1,
	div#data2,
	div#data3,
	div#data4,
	div#data5
	{
		margin-top: 15px;
		min-height: 200px;
	}
	div#data1 h3,
	div#data2 h3,
	div#data3 h3,
	div#data4 h3,
	div#data5 h3,
	td#title_cell
	{
		display: none;
		visibility: hidden;
	}
}