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

#main {
	background-color: white;
	margin: 0px auto;
	width: 698px;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

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

div.strapline {
	background-image: url("./gfx/tbar_chrome_sliv.gif");
	background-repeat: repeat-x;
	min-height: 26px;
	max-height: 26px;
}

td.strapline {
	width: 698px;
	text-align: center;
	vertical-align: middle;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(140,140,140);
}

#menu {
	background-image: url("./gfx/menu_sliv.gif");
	background-repeat: repeat-x;
	text-align: center;
	min-height: 29px;
	max-height: 29px;
	margin-bottom: 10px;
}

#panels {
	width: 698px;
}

table.panelTable {
	background-image: url("./gfx/panel_sliv_bottom.gif");
	background-repeat: repeat-x;
}

div.panelTitle {
	background-image: url("./gfx/panel_sliv_top.gif");
	background-repeat: repeat-x;
	min-height: 20px;
	max-height: 20px;
	margin-top: 8px;
}

div.panelTTB {
	background-image: url("./gfx/panel_tb_top.gif");
	background-repeat: repeat-x;
	min-height: 23px;
	max-height: 23px;
	margin-top: 8px;
}

div.panelTB {
	background-color: rgb(243,237,213);
}

div.panelBTB {
	background-image: url("./gfx/panel_tb_bottom.gif");
	background-repeat: repeat-x;
	min-height: 18px;
	max-height: 18px;
}

div.panelText {
	background-image: url("./gfx/panel_all_text.gif");
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	vertical-align: top;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}