	body{
	font-size: 65%;
	}
	#TE_corp_leftBar,#Elo_printmail,#Elo_printmail_onecol,#TE_corpnav_header,#TE_header_parent,#TE_footer,
	#TE_header_logo,#TE_header_search{
	display: none;
	}
	h2 {	
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	}
	h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	}
	h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}
	h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	}
	
	/* STYLES FOR CORPORATE HOMEPAGE */
	#TE_corp_paletteContainerLeft {
	display:table;
	float:left;
	width:670px;
	}
		#TE_corp_floatPalette01 {
		float:left;
		width:310px;
		border:0px;
		padding-left:15px;
		padding-bottom:15px;
		padding-top:15px;
		}
		
		#TE_corp_floatPalette02 {
		float:right;
		width:310px;
		border:0px;
		padding-right:15px;
		padding-bottom:15px;
		padding-top:15px;
		}
	
	#TE_corp_palleteContainerRight {
	clear:both;
	display:table;
	float:left;
	width:670px;
	}
		
		#TE_corp_floatPalette03 {
		float:left;
		width:310px;
		border:0px;
		padding-left:15px;
		}
		
		#TE_corp_floatPalette04 {
		float:right;
		width:310px;
		border:0px;
		padding-right:15px;
		}

/* END STYLES FOR CORPORATE HOMEPAGE */

/* ELO ADDITIONS */

.Elo_imgright {
	float:right;
	margin: 0px 0px 0px 5px;
}
.Elo_imgleft {
	float:left;
	margin: 0px 5px 0px 0px;
}
.TE_table th {
	vertical-align:bottom;
	text-align:left;
    padding:3px;
}
.TE_table td {
	vertical-align:top;
}
.TE_tableGrid th {
  vertical-align:top;
  text-align:center;
}
.TE_tableGrid td {
  border: solid 1px #dddddd;
  vertical-align:top;
  text-align:center;
}
p.Elo_titlefigure {
	font-style: italic;
}
p.Elo_titletable {
	font-style: italic;
}
table.Elo_pullquote {
	border-color: #bfd4df;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-style: solid;
}
pre {	
	font-size: 12px;
}

/*****************************************************************************
** standard grid table with header on side
*****************************************************************************/
table.Elo_table_sidehead {
  border: solid 1px #000000;
  border-bottom: solid 1px black;
  border-collapse: collapse;
}
.Elo_table_sidehead caption {
  border-bottom: 1px solid black;
  text-align:center;
  padding:4px;
  font-weight: bold;
}
.Elo_table_sidehead th {
  border-top:#C6A765;  
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  vertical-align:top;
  text-align:left;
  padding:3px;
}
.Elo_table_sidehead td {
  border: solid 1px #dddddd;
  padding:3px;
  vertical-align:top;
  text-align:left;
 }
.Elo_table_sidehead tr.footer th, .Elo_table_sidehead tr.footer td {
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
}
.Elo_table_sidehead tr.footer td input {
  font-size: 90%;
}
table.Elo_table_sidehead td ul{
  margin-left:5px;
  padding:0 0 0.2em 1.3em;
}
table.Elo_table_sidehead td ol{
  margin-left:12px;
  padding:0 0 0.2em 1.3em;  
}
table.Elo_table_sidehead table td ul {
  margin-left:-10px;
}
table.Elo_table_sidehead table td ol{
  margin-left:-2px;
}