/* ------- GENERAL CSS ------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: Arial;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	line-height: 1;
}
a:hover {
	text-decoration: underline;
}

ol, ul{
	list-style:none;
}

ul.list {
	padding: 12px 0 25px 0;
}

ul.list li {
	background: transparent url(../images/listILGreen_small.gif) no-repeat left 6px;
	color: #000000;
	font-size: 12px;
	font-weight: bold
	list-style-position: outside;
	padding: 2px 0 3px 10px;
}

ul.list li a {
	font-size: 12px;
	color: #000000;
}
ul.list li p a {
	font-size: 12px;
	color: #999999;
}
.more, ul.list li a.more, ul.list li p a.more {
	font-size: 11px;
	color: #aac81e;
}
				
ul.list li p {
	color: #999999;
	line-height: 16px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	color: #000000;
	font-size: 19px;
	font-weight: normal;
}
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
/*body*/
#wrap { 
	margin: 0 auto;  
	width: 980px; 
}
#default {
	background: #ffffff url(../images/mainBG1.jpg) no-repeat;
	float: left;
	height: 587px;
	position: relative;
	width: 980px;
}
#subpage {
	background: #ffffff url(../images/subpageBG.jpg) no-repeat;
	float: left;
	position: relative;
	width: 980px;
}
/*left side*/
#defLeft {
	float: left;
	width: 310px;
}
#subpageLeft {
	float: left;
	width: 200px;
}
/**logo*/
#logoBox {
	float: left;
	padding: 0 11px 0 19px;
}
#logoBox a {
	display: block;
}
/**latest news and testimonials bo	x*/
#newsTesti {
	float: left;
	padding: 233px 0 10px 0;
	width: 100%;
}
#network {
	float: left;
	padding: 210px 0 10px 0;
	width: 100%;
}
div.hrLine {
	border-top: 1px solid #cccccc;
	float: left;
	font-size: 1px;
	width: 280px; 
}

/***latest news*/
#latestNewsBox {
	float: left;
	padding: 0 0 20px 20px;
}
#latestNewsBox h2 {
	font-size: 20px;
}
ul#lnList {
	padding: 12px 0 25px 0;
}
ul#lnList li {
	background: transparent url(../images/listILGreen_small.gif) no-repeat left top;
	color: #333333;
	font-size: 12px;
	list-style-position: outside;
	padding: 2px 0 3px 10px;
}
ul#lnList li a {
	color: #000000;
}				
ul#lnList li a:hover {
	text-decoration: underline;
}
#network ul#lnList {
	padding: 20px 0 10px 0;
}
#network ul#lnList li {
	background: transparent url(../images/listIDBlue_small.gif) no-repeat left center;
}
ul#lnList li.more {
	background: transparent url(../images/listIGray_small.gif) no-repeat left center;
}
ul#lnList li.more a {
	color: #9a9a9a; 
	font-size: 11px;
}
ul#lnList li.more a:hover {
	text-decoration: underline;
}
/*mibu issue 59*/
ul#lnList p{
/*
width: 225px;
*/
}
/*---------*/
ul#lnList p span {
	color: #9a9a9a;
	font-size: 10px;
	padding-left: 3px;
}
/***testimonials*/
#testimonialsBox {
	float: left;
	padding: 0 0 20px 20px;
}
#testimonialsBox img {
	float: left;
	padding: 4px 5px 4px 0;
}
#testimonialsBox p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
p.author {
	color: #9a9a9a;
	padding-top: 5px;
}
#subpage p.author {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
#testimonialsBox p.author img {
	padding-top: 10px;
}
/*right side*/
#defRight {
	float: right;
	width: 250px;
}
/**logarea menu*/
#logarea {
	float: right;
	width: 100%;
}
ul.logareaList {
	float: right;
	padding: 4px 30px 0 0;
}
ul.logareaList li {
	float: left;
	padding-left: 15px; 
}
ul.logareaList li a {
	color: #000000;
	display: block;
	font-size: 11px;
	padding: 4px 5px;
}
ul.logareaList li a:hover, ul.logareaList li a.select {
	background-color: #000000;
	color: #ffffff;
}
/**right content*/
#rightContent {
	float: left;
	padding: 55px 10px 10px 0;
}
.defContent {
	float: left;
/* mibu issue-59	padding-top: 30px;*/
	 padding-top: 30px;
}
.defContent p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 11px;
/* mibu issue-59*/
	width: 225px;
}
.defContent p a.a_consult {
	color: #abc81e;
	text-decoration: underline;
}
.defContent p a.a_resource {
	color: #ce0150;
	text-decoration: underline;
}
.defContent h1.h_consult {
	background: #ffffff url(../images/listILGreen.gif) no-repeat 0 7px;
	padding-left: 11px;
}
.defContent h1.h_resource {
	background: #ffffff url(../images/listIPink.gif) no-repeat 0 7px;
	padding-left: 11px;
}
/**middle content*/
#midContent {
	float: left;
	padding-top: 365px;
	width: 520px;
}
#midContent h1 {
	font-size: 21px;
	padding-bottom: 20px;
}
#midContent p {
	font-size: 11px;
	line-height: 15px;
	padding: 10px 0;
}
#midContent p.strong {
	font-size: 13px;
	font-weight: bold;
}
/*mainmenu*/
#mainmenu {
	position: absolute;
	left: 0;
	top: 0;
}
ul#sfMenu, ul#sfMenu li {
	float: left;
	position: relative;
}
ul#sfMenu li {
	padding-right: 10px; 
}
ul#sfMenu li a {
	display: block;
}
/*footer*/
#footer, #defaultFooter, #subpageFooter {
	float: left;
	width: 980px;
}
#footerMenu {
	float: right;
	padding-top: 10px;
}
#subpageFooter #footerMenu {
	padding-right: 97px;
}
#footerMenu p {
	color: #9a9a9a;
	float: left;
	font-size: 11px;
	padding-left: 14px;
}
ul#lnList li.selected a {
	font-weight: bold;	
}	
/********************** 20100210 *************************/
/*slide menu*/	
.dropLogo {
	display: none;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
/*right-side box*/
#defRight {
	float: right;
	height: 430px;
	position: relative;
	width: 338px;
}
#subpage #defRight {
	width: 250px;
}
/*logarea menu*/
#logarea {
	position: absolute;
	top: 0;
	right: 0;
}
/**right content*/
#rightContent {
	float: left;
	padding: 78px 10px 10px 88px;
	width: 338px;
}
#subpage #rightContent {
	float: left;
	padding: 78px 10px 10px 0;
}
/*right description box*/
.rightDescBox {
	display: none;
	height: 430px;
	position: absolute;
	left: 0;
	top: 0;
	width: 338px;
}


#right_1058_logo {
	background: transparent url(../images/1058_descBox.png) no-repeat;
}
#right_1052_logo {
	background: transparent url(../images/1052_descBox.png) no-repeat;
}
#right_1054_logo {
	background: transparent url(../images/1054_descBox.png) no-repeat;
}
#right_1059_logo {
	background: transparent url(../images/1059_descBox.png) no-repeat;
}
#right_1060_logo {
	background: transparent url(../images/1060_descBox.png) no-repeat;
}


.rbContent {
	color: #ffffff;
	float: left;
	padding: 78px 10px 10px 88px;
}
.rbContent h1 {
	background: transparent url(../images/listIWhite.png) no-repeat 0 7px;
	color: #ffffff;
	padding-left: 11px;
}
.rbContent p a {
	color: #ffffff;
	text-decoration: underline;
}
/**latest news and testimonials box*/
#newsTesti {
	position: relative;
}
.newsBox {
	display: none;
	/*position: absolute;*/
	left: 10px;
	top: 10px;
}
.newsPartContent {
	background-color: #ffffff;
	color: #000000;
	/*float: left;*/
	font-size: 12px;
	padding: 10px;	
	/*position: relative;*/
/*	width: 258px; mibu issue-59
	width: 225px;	*/
	width: 205px;
}
.newsPartContent p {
	line-height: 16px;
}
.newsPartContent a {
	color: #8a8a8a;
	font-size: 11px;	
}
.newsPartContent a:hover {
	text-decoration: underline;
}
#latestNewsBox {
	padding-bottom: 0px;
}
#testimonialsBox {
	padding-top: 20px;
	position: relative;
}
.close {
	color: red;
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: 0;
}
/*content page*/
#contentpageouter {
	margin: 0 auto; 
	width: 980px;
}
#contentpageouter #network {
	padding-top: 135px;
}
#contentpageouter #latestNewsBox {
	padding-left: 0;
}
#contentpageouter #wrap { 
	margin: 0 auto; 
	width: 940px; 
}
.contentpageinner {
	float: left; 
	width: 980px;
}
.contentpageinner2 {
	float: left; 
	width: 980px;
}
#subpage_default, #subpage_1051 {
	background: transparent url(../images/bottomleft_default.gif) no-repeat 0 370px;
}
#subclass_default, #subclass_1051 {
	background: transparent url(../images/topright_default.gif) no-repeat top right;
}
#subpage_1058 {
	background: transparent url(../images/bottomleft_network.gif) no-repeat 0 370px;
}
#subclass_1058 {
	background: transparent url(../images/topright_network.gif) no-repeat top right;
}
#subpage_1052 {
	background: transparent url(../images/bottomleft_consult.gif) no-repeat 0 370px;
}
#subclass_1052 {
	background: transparent url(../images/topright_consult.gif) no-repeat top right;
}
#subpage_1054 {
	background: transparent url(../images/bottomleft_resource.gif) no-repeat 0 370px;
}
#subclass_1054 {
	background: transparent url(../images/topright_resource.gif) no-repeat top right;
}
#subpage_1059 {
	background: transparent url(../images/bottomleft_support.gif) no-repeat 0 370px;
}
#subclass_1059 {
	background: transparent url(../images/topright_support.gif) no-repeat top right;
}
#subpage_1060 {
	background: transparent url(../images/bottomleft_venture.gif) no-repeat 0 370px;
}
#subclass_1060 {
	background: transparent url(../images/topright_venture.gif) no-repeat top right;
}
#contentpageouter ul.logareaList {
	padding-right: 0;
}
#contentpageouter #contentpage #subpageLeft {
	padding-bottom: 0;
}
#contentpageouter #logoBox {
	padding-left: 0;
}
#contentpage {
	float: left;
	position: relative;
	width: 940px;
}
#contentpage p.author {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
#contentpage #defRight {
	width: 227px;
}
#contentpage #rightContent {
	float: left;
	padding: 78px 10px 10px 0;
}
#contentpage #midContent {
	float: left;
	padding-top: 135px;
	width: 520px;
}
#contentpage #subpage {
	background: none;
	min-height: 800px;
	width: 940px;
}
#contentpage #subpageLeft {
	padding-right: 20px;
	width: 150px;
}
#contentpage #rightContent {
	float: left;
	padding: 150px 0 10px 0;
}
.subDescTop {
	background: transparent url(../images/topVenture.gif) no-repeat;
	float: left;
	padding-top: 14px;
	width: 220px;
}
.subDescBottom {
	background: transparent url(../images/bottomVenture.gif) no-repeat bottom left;
	float: left;
	padding-bottom: 39px;
	width: 220px;
}
.subDesc {
	background-color: #f2f0ea;
	float: left;
	width: 100%;
}
.subDescPad {
	font-size: 12px;
	float: left;
	padding: 0 10px;
}
.subDescPad h1 {
	color: #cc1d52;
}
.subDescPad p {
	color: #cc1d52;
	line-height: 16px;
	padding: 10px 0 0 0;
}
.subDescPad a {
	color: #cc1d52;
	text-decoration: underline;
}
/*20100215*/
.branchPage, .branchClass {
	float: left;
	width: 100%;
}
#branch_1058 #subpage {
	background: #ffffff url(../images/networkBG.gif) no-repeat;
}
#class_1058 {
	background: transparent url(../images/1058_descBox.png) no-repeat top right;
}
#branch_1052 #subpage {
	background: #ffffff url(../images/consultBG.jpg) no-repeat;
}
#class_1052 {
	background: transparent url(../images/1052_descBox.png) no-repeat top right;
}

#branch_1054 #subpage {
	background: #ffffff url(../images/resourceBG.jpg) no-repeat;
}
#class_1054 {
	background: transparent url(../images/1054_descBox.png) no-repeat top right;
}
#branch_1098 #subpage {
	background: #ffffff url(../images/ventureBG.jpg) no-repeat;
}

#branch_1059 #subpage {
	background: #ffffff url(../images/SupportBG.jpg) no-repeat;
}





#class_1059 {
	background: transparent url(../images/1059_descBox.png) no-repeat top right;
}
#branch_1060 #subpage {
	background: #ffffff url(../images/ventureBG.jpg) no-repeat;
}
#class_1060 {
	background: transparent url(../images/1060_descBox.png) no-repeat top right;
}




#branch_1098 .defContent h1, #branch_1059 .defContent h1, #branch_1060 .defContent h1 {
	background: transparent url(../images/listIBlack.png) no-repeat 0 7px;	
	padding-left: 11px;
}
#branch_1098 .defContent p a, #branch_1059 .defContent p a, #branch_1060 .defContent p a {
	color: #000000;
	text-decoration: underline;
}
#branch_1058 .defContent h1, #branch_1052 .defContent h1, #branch_1054 .defContent h1 {
	background: transparent url(../images/listIWhite.png) no-repeat 0 7px;	
	color: #ffffff;
	padding-left: 11px;
}
#branch_1058 .defContent p a, #branch_1052 .defContent p a, #branch_1054 .defContent p a {
	color: #ffffff;
	text-decoration: underline;
}
#branch_1058 .defContent p, #branch_1058 .defContent p, #branch_1052 .defContent p, #branch_1052 .defContent p, 
#branch_1054 .defContent p, #branch_1054 .defContent p {
	color: #ffffff;
}

#frontpageCampaign .rbContent h1, #frontpageCampaign .defContent p, #frontpageCampaign .defContent p a,
#right_1059_logo .rbContent h1, #right_1059_logo .defContent p, #right_1059_logo .defContent p a,
#right_1060_logo .rbContent h1, #right_1060_logo .defContent p, #right_1060_logo .defContent p a {
	color: #000000;
}
#frontpageCampaign .rbContent h1, #right_1059_logo .rbContent h1, #right_1060_logo .rbContent h1 {
	background: transparent url(../images/listIBlack.png) no-repeat 0 7px;
}
#subpageFooter #footerMenu {
	float: left;
	padding: 130px 0 130px 200px;
}
#subpageFooter #footerMenu p {
	padding: 0 14px 0 0;
}
#contentpageouter #subpageFooter #footerMenu {
	padding: 30px 0 0 170px;
}
/*20100218*/
#subpage_default #logoBox img, #contentpageouter .sfGLogo img, #subpage_1051 #logoBox img {
	border: 1px solid #8a8a8a;
	border-top: none;
}
#testimonialsBox p.quotesignature {
	color: #9a9a9a;
	font-size: 11px;
	padding: 5px 0;	
}
.newspopTitle {
	font-weight: bold;
}
#subpage div.author {
	float: left;
}
#subpage div.author p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 20px;
}





#branch_1098 #midContent strong, #branch_1098 #midContent b, #subpage_1098 #midContent strong, #subpage_1098 #midContent b, 
#branch_1052 #midContent strong, #branch_1052 #midContent b, #subpage_1052 #midContent strong, #subpage_1052 #midContent b, 
#branch_1054 #midContent strong, #branch_1054 #midContent b, #subpage_1054 #midContent strong, #subpage_1054 #midContent b, 
#branch_1058 #midContent strong, #branch_1058 #midContent b, #subpage_1058 #midContent strong, #subpage_1058 #midContent b, 
#branch_1059 #midContent strong, #branch_1059 #midContent b, #subpage_1059 #midContent strong, #subpage_1059 #midContent b, 
#branch_1060 #midContent strong, #branch_1060 #midContent b, #subpage_1060 #midContent strong, #subpage_1060 #midContent b, 
#subpage_1051 #midContent strong, #subpage_1051 #midContent b {
	font-weight: bold;
}
#branch_1098 #midContent h1, #branch_1052 #midContent h1, #branch_1054 #midContent h1, #branch_1058 #midContent h1, #branch_1059 #midContent h1, #branch_1060 #midContent h1, 
#subpage_1098 #midContent h1, #subpage_1052 #midContent h1, #subpage_1054 #midContent h1, #subpage_1058 #midContent h1, #subpage_1059 #midContent h1, #subpage_1060 #midContent h1, 
#subpage_1051 #midContent h1, #subpage_default #midContent h1 {
	padding-bottom: 30px;
}
#branch_1098 #midContent h2, #branch_1052 #midContent h2, #branch_1054 #midContent h2, #branch_1058 #midContent h2, #branch_1059 #midContent h2, #branch_1060 #midContent h2, 
#subpage_1098 #midContent h2, #subpage_1052 #midContent h2, #subpage_1054 #midContent h2, #subpage_1058 #midContent h2, #subpage_1059 #midContent h2, #subpage_1060 #midContent h2,
#subpage_1051 #midContent h2, #subpage_default #midContent h2 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}
#branch_1098 #midContent p, #branch_1052 #midContent p, #branch_1054 #midContent p, #branch_1058 #midContent p, #branch_1059 #midContent p, #branch_1060 #midContent p, 
#subpage_1098 #midContent p, #subpage_1052 #midContent p, #subpage_1054 #midContent p, #subpage_1058 #midContent p, #subpage_1059 #midContent p, #subpage_1060 #midContent p, 
#subpage_1051 #midContent p, #subpage_default #midContent p {
	padding-top: 0;
}
#branch_1052 #midContent strong, #branch_1052 #midContent b, #branch_1052 #midContent h1, #branch_1052 #midContent h2, #subpage_1052 #midContent a,
#subpage_1052 #midContent strong, #subpage_1052 #midContent b, #subpage_1052 #midContent h1, #subpage_1052 #midContent h2 {
	color: #849517;
}
#branch_1054 #midContent strong, #branch_1054 #midContent b, #branch_1054 #midContent h1, #branch_1054 #midContent h2, #subpage_1054 #midContent a,
#subpage_1054 #midContent strong, #subpage_1054 #midContent b, #subpage_1054 #midContent h1, #subpage_1054 #midContent h2 {
	color: #cc1d54;
}
#branch_1058 #midContent strong, #branch_1058 #midContent b, #branch_1058 #midContent h1, #branch_1058 #midContent h2, #subpage_1058 #midContent a,
#subpage_1058 #midContent strong, #subpage_1058 #midContent b, #subpage_1058 #midContent h1, #subpage_1058 #midContent h2 {
	color: #027d82;
}
#branch_1059 #midContent strong, #branch_1059 #midContent b, #branch_1059 #midContent h1, #branch_1059 #midContent h2, #subpage_1059 #midContent a,
#subpage_1059 #midContent strong, #subpage_1059 #midContent b, #subpage_1059 #midContent h1, #subpage_1059 #midContent h2 {
	color: #da8a09;
}
#branch_1060 #midContent strong, #branch_1060 #midContent b, #branch_1060 #midContent h1, #branch_1060 #midContent h2, #subpage_1060 #midContent a,
#subpage_1060 #midContent strong, #subpage_1060 #midContent b, #subpage_1060 #midContent h1, #subpage_1060 #midContent h2 {
	color: #776a47;
}
#branch_1098 #midContent strong, #branch_1098 #midContent b, #branch_1098 #midContent h1, #branch_1098 #midContent h2, #subpage_1098 #midContent a,
#subpage_1098 #midContent strong, #subpage_1098 #midContent b, #subpage_1098 #midContent h1, #subpage_1098 #midContent h2 {
	color: #4c4469;
}
#subpage_1051 #midContent strong, #subpage_1051 #midContent b, #subpage_1051 #midContent h1, #subpage_1051 #midContent h2, #subpage_1051 #midContent a,
#subpage_default #midContent strong, #subpage_default #midContent b, #subpage_default #midContent h1, #subpage_default #midContent h2, #subpage_default #midContent a {
	color: #4c4469;
}

/*20100219*/
#midContent a {
	color: #000000;
	text-decoration: underline;
}
a.a_rightBox {
	color: #000000;
	text-decoration: underline;
}
ul#lnList p span.newsDate {
	padding-left: 0;
}
#subpage_default #midContent a {
	color: #4c4469;
}
#subpage_1053 #midContent a, #subpage_1054 #midContent a, #subpage_1058 #midContent a, #subpage_1059 #midContent a, #subpage_1060 #midContent a, #subpage_default #midContent a {
	text-decoration: underline;
}
#testimonialContent {
	float: left;
	width: 280px;
}
/*20100224*/
#midContent ul.list, #midContent ol {
	padding: 5px 0;
}
#midContent ul.list li, #midContent ol li {
	font-size: 11px;
}
.noUnderlines{
	text-decoration: none;
	color: #9a9a9a;
}
.noUnderlinesTitle{
	text-decoration: none;
	color: #000;
}

.noUnderlinesTab{
	background: transparent url(../images/listILGreen_medium.gif) no-repeat 0 10px;
	text-decoration: none;
	color: #000;
}

.noUnderlinesTabSelected{
	background: transparent url(../images/listILGreen_medium.gif) no-repeat 0 10px;
	text-decoration: none;
	color: #0A0;
}
/*****20100413*****/
#rightContent { 
	padding: 40px 10px 10px 85px;
}
#default ul#lnList li {
	background: transparent url(../images/listILGreen_small.gif) no-repeat 0 9px;	
	padding-left: 0;
}

#latestNewsBox .newsPartContent {
	padding: 0 10px;
}
#latestNewsBox .newsPartContent p {
	color: #999999;
	padding-left: 2px;
	display: inline;
}
#latestNewsBox .newsPartContent p a {
	color: #999999;
	text-decoration: underline;
}
#latestNewsBox .newsPartContent p.author a {
	color: #aac81e;
	text-decoration: none;
}
#latestNewsBox .newsPartContent p.author a:hover {
	text-decoration: underline;
}
#ntTitle, #tabsHomePage, #tabContainer {
	float: left;
	padding: 5px 0 5px 15px;
}
#tabContainer {
	padding-left: 0;
}
#ntTitle hr { 
	border: none;
	border-top: 1px solid #cccccc;
	font-size: 1px;
}
#ntTitle p {
	padding: 13px 0px 13px 0;
}
#ntTitle p.nt3 {
	padding: 10px 0px 10px 0;
}
#ntTitle {
	padding-bottom: 0;
}
#tabsHomePage {
	padding-top: 0;
}
.span_nt1, .span_nt2, .span_nt3 {
	font-family: Calibri, Arial;
}
.span_nt1 {
	color: #999999;
	font-size: 16px;
	line-height: 22px;
}
.span_nt2 {
	font-size: 20px;
}
.span_nt3 {
	font-size: 26px;
}
#default #newsTesti { 
	padding-top: 250px;
}
a.noUnderlinesTab { 
	background-position: 2px 5px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding-left: 9px;
}
a.noUnderlinesTabSelected { 
	background: transparent url(../images/listILGreen_medium_active.gif) no-repeat 0 5px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 9px;
}
#testimonialsBox {
	padding-top: 10px;
}
























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

