

/* ADDDED BY GIGI */

/* ORGCHART ATTRIBUTES */


body {
	font: small Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 180%;
	font-weight: normal;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

table#orgchart-tbl {
	width: 150%;
	padding: 0px;
	margin: 0px;
	border-spacing: 4px; 
}


#orgchart-tbl th, #orgchart-tbl td {
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	background: #F9F9F9;
	
}

#orgchart-tbl td p {
	margin: 0px 0px 2px;
	padding: 4px 2px;
}

#orgchart-tbl td p.level0 {
	background: #3d7ae0;
	font-weight: bold;
	color: #f2f6f8;
}

p.level0 a:link, p.level0 a:visited {
	color: #CCCCCC;
}
	
#orgchart-tbl td p.level1 {
	background: #507cc5;
	font-weight: bold;
	color: #cfd3d5;
} 

p.level1 a:link, p.level1 a:visited {
	color: #CCCCCC;
}

#orgchart-tbl td p.level2 {
	background: #509ac5;
	font-weight: bold;
	color: #333333;
}

#orgchart-tbl td p.level3 {
	background: #a0b9c8;
	font-weight: bold;
	color: #666666;
}

#orgchart-tbl td p.level4 {
	background: #FFFF66;
	font-weight: bold;
	color: #666666;
}
/* ADDED BY GIGI */



