BODY.cbody {
	background-image: url('../gfx/bg.jpg');
	background-repeat: repeat-x;
	background-color: #c0d3f7;
	
	font-family: Tahoma;
	font-size: 10pt;
}
TABLE.tblbg {
	height: 100%;
	
	font-family: Tahoma;
	font-size: 10pt;
}
TR.trbgtop {
	height: 99px;
}
TD.tdbgtop {
	width: 862px;
	background-image: url('../gfx/top.jpg');
	background-repeat: no-repeat;
}
TR.trbgmenu {
	height: 21px;
}
TD.tdbgmenu {
	width: 862px;
	background-image: url('../gfx/menu.jpg');
	background-repeat: no-repeat;
	
	font-size: 8pt;
	color: #464646;
	padding-left: 12px;
}
TR.trbgcontent {
	height: 100%;
}
TD.tdbgcontent {
	width: 862px;
	background-image: url('../gfx/bg_content.jpg');
	background-repeat: repeat-y;
	padding: 12px;
	vertical-align: top;
}
TABLE.tblcontent {
	width: 834px;
	font-family: Tahoma;
	font-size: 10pt;
}
TR.trcontent {
	height: 100%;
}
TD.tdcontent {
	width: 100%;
	background-color: white;
	border: 1px solid #a6a6a6;
	padding: 5px;
	vertical-align: top;
}

