.body_blue {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	line-height: 12pt;
	color: #0175B1;
}
.body_beige {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	line-height: 12pt;
	color: #000000;
}
.body_white {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	line-height: 12pt;
	color: #ffffff;
}
.title_contentarea {
	font-family: Tahoma;
	font-size: 13pt;
	text-align: left;
	line-height: 15pt;
	color: #0175B1;
	font-weight: bold;
}
.title_sidearea {
	font-family: Tahoma;
	font-size: 11pt;
	text-align: left;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
}
.subtitle_contentarea {
	font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	line-height: 12pt;
	color: #0175B1;
	font-weight: bold;
}
.graph {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	text-align: left;
	line-height: 10pt;
	color: #068FB1;
	font-weight: bold;
}



ul.staff {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	line-height: 12pt;
	color: #000000;
}

ul.staff li {
	position: relative;
	margin: 0 0 1.0em 0;
	padding: 0 0 1.0em 0;
}

ul.staff li h3 {
	color: black;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-size: 1.1666em; */
	margin: 0 0 0.07142857em 0;
}

ul.staff li ul {
	margin-left: 0;
}

* html ul.staff li ul li ul {
	margin-left: 16px;
}

ul.staff li ul li ul li ul {
	margin-left: 16px;
}

ul.staff li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.staff li ul li ul li {
	list-style: square;
}

ul.staff li.clearfix img {
	position: absolute;
	left: 0;
	top: 2px;
}

ul.staff li.clearfix div {
	margin: 0 0 0 140px;
}

ul.staff li img {
	margin: 0;
}


/* Float clearing courtesy http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

