.default {
	font-size: 9pt;
	line-height: 150%;
}
body {
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}
.address {
	font-size: 9pt;
	line-height: 140%;
	background-image: url(../image/tree.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.news {
	width: 544px;
	height: 355px;
	overflow: auto;
	padding: 8px;
}
.news-title {
	font-size: 11pt;
	font-weight: bold;
	color: #467f1e;
	padding-top: 8px;
	padding-bottom: 8px;
}
.line {
	background-image: url(../helper/image/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.cms-title {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../CMS/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 20px;
}
.NrsOutlineL {
	font-size: 9pt;
	font-weight: bold;
	color: #467F1E;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #467F1E;
}
.NrsOutlineR {
	font-size: 9pt;
	color: #323232;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #919191;
}

body > table:nth-child(2) > tbody > tr > td:first-child > table:first-child {
	display: none;
}

