body {
  margin:0;
}
/* sitewide text */
.content {
  font-family:Verdana,Sans-Serif;
  font-size:12px;
  color:#030303;
  line-height:16px;
}
/* link treatment */
a { 
  color:#d2222a;
  font-weight:bold; 
}
a:hover {
  text-decoration:none;
}
/* window/orphan control */
.nobreak, .nowrap {
  white-space:nowrap;
}
/* nav text turns orange on mouseover */
.navteal {
  color:#3a7081;
  font-family:'Trebuchet MS',Arial,Helvetica,Sans-serif;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1.5px;
}
.navblue {
  color:#203b5c;
  font-family:'Trebuchet MS',Arial,Helvetica,Sans-serif;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1.5px;
}
.navover {
  color:#d2222a;
  font-family:'Trebuchet MS',Arial,Helvetica,Sans-serif;
  font-size:12px;  
  font-weight:bold;
  letter-spacing:1.5px;
}
a.navteal,
a.navblue,
a.navover {
  text-decoration:none;
}
/* copyright line */
.copyright {
  color:#aaaaaa;
  font-size:10px;
  font-family:Verdana,Sans-Serif;
}
.sams {
	color: #04c;
}
p.sams sup {
	font-size: 9px;
	vertical-align: bottom;
}
/* pipe separates nav items */
.pipe {
  color:#d2222a;
  font-weight:bold;
  padding-left:5px;
  padding-right:5px;
}
/* images may have a caption */
.caption {
  font-size:13px;
  font-family:'Times New Roman','Times NR',Times,Serif;
  color:#030303;
  font-style:italic;
}
/* page titles are h1 */
H1 {
  color:#d2222a;
  font-family:'Trebuchet MS',Arial,Sans-Serif;
  font-size:17px;
  font-weight:bold;
  letter-spacing:2px;
}
/* page subtitles are h2 */
H2 {
  color:#004B85;
  font-weight:bold;
  font-family:Verdana,Arial,Sans-Serif;
  font-size:14px;
  /* letter-spacing:1px; */  
  margin-bottom:0px;
  padding-bottom:0px;
}
.chart td H2 {
	font-size: 12px;
}

H2+P {
  padding-top:0px;
  margin-top:0px;
}
/* general treatment of UL's */
UL.olivebullets {
  margin-top:10px;
}
UL.olivebullets LI {
  padding-bottom:4px;
  color:#c2bf63; /* makes the bullets olive */
}
UL.olivebullets LI span {
  color:#030303; /* turns the text color back to std */
}

ul.down {
	list-style: none;
	margin-left: 0; padding-left: 0;
}

ul.down li {
	padding-left: 0
}

ul.down li a {
	padding-left: 14px;
	background: url('../eb_images/downOff.gif') 1px 4px no-repeat;
}

ul.down li a:hover {
	background: url('../eb_images/downOn.gif') 1px 4px no-repeat;
}

sup {
	vertical-align: top;
}

/* GLOBAL MODIFIERS */
.red {
  color: #d2222a;
}

.teal {
  color: #3a7081;
}

.blue {
  color: #004B85;
 /*  color: #203b5c; */
}

@media print {
  .noprint {display:none;}
}
/* input elements */
.inputon { background-color: #d0dbe1; }
.inputoff { background-color: white; }