body.npc{
	background:url("../images/bg.gif");
}

table td{
	padding:0;
}

table.title{
	background:url("../images/title_bg.gif") 7px  bottom repeat-x;
}

table.title td.c{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#ffd8a3;
	text-align:center;
	padding-top:38px;
	vertical-align:top;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

table.lc{
	background:url("../images/lc_bg.gif") right repeat-y;
}

table.rc{
	background:url("../images/rc_bg.gif") left repeat-y;
}

table.foot{
	background:url("../images/foot_bg.gif") top repeat-x;
}

td.contents{
	background:url("../images/bgg.gif");
}

.content_top{
	background:url("../images/content_top.gif") top repeat-x;
	vertical-align:top;
}

.content_left{
	background:url("../images/content_left.gif") left repeat-y;
}

.content_right{
	background:url("../images/content_right.gif") right repeat-y;
}

.content_bottom{
	background:url("../images/content_bottom.gif") bottom repeat-x;
}

.center_top{
	background:url("../images/center_top.gif") bottom left repeat-x;
}

.center_bottom{
	background:url("../images/center_bottom.gif") top left repeat-x;
}

.center_right{
	background:url("../images/center_right.gif") top left repeat-y;
}

.center_left{
	background:url("../images/center_left.gif") top right repeat-y;
}

.content_text{
	background:url("../images/tbl-usi_bg.gif");
	padding:10px;
	font-family:Tahoma, Arial;
	color:black;
	font-size:11px;
}

.content_text img{
	margin-bottom:10px;
}

.w100{
	width:100%;
}

.h100{
	height:100%;
}