/* CSS Document */

body {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 9px; 
 }
 
 
  /* ---------------------- styles ---------------------- */
.bodybold {
font-weight:bold;
 }
  .bodyitalic {
 font-style:italic;
 }
  .glance_health {
 color:#67B8D6;
 }
  .subtitle {
 font-weight:bold;
 color: #0D3692;
}
  .subtitle-energy {
  font-weight:bold;
 color: #FF7F00;
}
  .subtitle-sercom {
  font-weight:bold;
 color: #6C9099;
}
  .subtitle-healthcare {
  font-weight:bold;
 color: #67B8D6;
}
  .subtitle-food {
  font-weight:bold;
 color: #D90000;
}
  .subtitle-environmental {
  font-weight:bold;
 color: #8EB368;
}
 .finance-title {
 color: #0D3692;
 font-size: 14px;
}
  .tablenotes {
 font-size: 9px;
}
 .body-energy {
 color: #FF7F00;
 font-size: 14px;
}
 .body-sercom {
 color: #6C9099;
 font-size: 14px;
}
 .body-healthcare {
 color: #67B8D6;
 font-size: 14px;
}
 .body-food {
 color: #D90000;
 font-size: 14px;
}
 .body-environmental {
 color: #8EB368;
 font-size: 14px;
}
 .body-finance {
 color: #565656;
 font-size: 14px;
}
 
 
 /* ---------------------- links ---------------------- */
a.menulink:link {
	color: #666666;
	text-decoration: none;
}
a.menulink:visited {
	color: #666666;
	text-decoration: none;
}
a.menulink:hover {
	color: #0D3692;
	text-decoration: underline;
}
a.menulink:active {
	color: #0D3692;
	text-decoration: none; 
}
.menulinkin {
	color: #0D3692;
	font-weight:bold;
	text-decoration: underline;
}
a.menulinkbold:link {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
a.menulinkbold:visited {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
a.menulinkbold:hover {
	color: #0D3692;
	font-weight:bold;
	text-decoration: underline;
}
a.menulinkbold:active {
	color: #0D3692;
	font-weight:bold;
	text-decoration: none; 
}
a.note:link {
	color: #0D3692;
	text-decoration: none;
}
a.note:visited {
	color: #0D3692;
	text-decoration: none;
}
a.note:hover {
	color: #666666;
	text-decoration: none;
}
a.note:active {
	color: #666666;
	text-decoration: none;
}
a.submenu:link {
	color: #0D3692;
	text-decoration: none;
}
a.submenu:visited {
	color: #0D3692;
	text-decoration: none;
}
a.submenu:hover {
	color: #666666;
	text-decoration: none;
}
a.submenu:active {
	color: #666666;
	text-decoration: none;
}

