body {
	background-image: url("./gfx/bg_sliv.gif");
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
}

#main {
	margin: 0px auto;
	width: 810px;
}

img.blockImg {
	display: block;
	margin: 0px;
}

#tbarText {
	background-image: url("./gfx/tbar_text_strip.jpg");
	background-repeat: no-repeat;
	width: 810px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	font-size: 11pt;
	font-weight: bold;
	font-stretch: semi-expanded;
	text-indent: 60px;
	color: white;
}	

#tbarBot {
	background-image: url("./gfx/tbar_bottom.jpg");
	background-repeat: no-repeat;
	width: 810px;
	min-height: 92px;
	max-height: 92px;
	height: 92px;
}

#linkTab {
	margin-left: 60px;
	margin-top: 15px;
}

#panels {
	background-image: url("./gfx/tramline_sliv.gif");
	background-repeat: repeat-y;
	background-position: 51px 0px;
	margin: 0px auto;
	width: 810px;
}

table.panelTabs {
	position: relative;
	left: -6px;
	margin: 0px auto;
}

td.titleBack {
	background-image: url("./gfx/panels_title.gif");
	background-repeat: no-repeat;
	width: 503px;
	min-height: 51px;
	max-height: 51px;
	height: 51px;
	font-size: 18pt;
	font-weight: bold;
	text-indent: 10px;
	color: white;
}

td.textBack {
	background-image: url("./gfx/panels_text.gif");
	background-repeat: no-repeat;
	width: 225px;
	min-height: 305px;
	max-height: 305px;
	height: 305px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	vertical-align: top;
}

div.textBack {
	padding-left: 5px;
	padding-right: 8px;
}

td.tnBack {
	background-image: url("./gfx/panel_tb_sliv.gif");
	background-repeat: repeat-x;
}

img.tbs {
	border: 1px rgb(250,180,25) solid;
}
