/* ordinary paragraph text */
p, h1, h2, h3, li, dt, dd {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 15px;
  margin-top: 0px;
}

/* headings */
h1, h2, h3 {
  font-size: 11px;
  font-weight: bold;
  color: #e59700;
  line-height: 15px;
  margin-bottom: 0px;
}
/* bullet lists */
ul {
  margin-left: 0.8em;
  padding-left: 0.8em;
}

/* for tight no-space bullet lists... */
/* use on paragraph above bullet list: */
.nospacebelow {
  margin-bottom: 0px;
}
/* use on bullet list: */
.nospaceabovebelow {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* yellow text other than headings */
.yellow { 
  color: #e59700;
}

/* default link characteristics */
a,
a:link { 
  color: #ebbe0d;
}
a:visited { 
  color: #ebbe0d;
}
a:active,
a:hover { 
  color: #e59700;
}
#newsnav {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
	font-variant: normal;
	text-transform: uppercase;
	width: 220px;
}

#newsnav a {
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
#newsnav a:hover {
	color: #e59700;
	text-decoration: none;
	line-height: 16px;
}
