a.articles:link {
  background-color: white;
}
a.articles:visited {
  background-color: pink;
}
a.articles:hover {
  background-color: orange;
}
a.articles:active {
  background-color: grey;
}
.linktext {
 font-size: x-small;
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 background-color: #FFFFFF;
 text-align: left;
}
.subhead-black {
 font-size: medium;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #FFFFFF;
 text-align: left;
 font-weight: bold;
}
/* small black is used throughout the site, and mostly on the reviews list table */ 
.bodytxtsmall-black {
	font-family: "Lucida Grande", Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bodytxtsmall-black a:link, .bodytxtsmall-black a:visited, .bodytxtsmall-black a:active  {
	font-family: "Lucida Grande", Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
.bodytxtsmall-black a:hover {
	font-family: "Lucida Grande", Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #E08709;
	text-decoration: underline;
}
.subhead-orange {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD7907;
}
p.bodytext-frontpage {
 font-size: x-small;
 font-family: Arial, Helvetica, sans-serif;
 color: #996600;
 background-color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 font-style: italic;
 text-indent: 1.8em;
 letter-spacing: 1px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 105px;
background-color: #999;
background-image: url(Images/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(Images/l1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(Images/l1_over.gif);
color: #333;
}
.sidebar-box {
	position:relative;
	margin: 0em 0 .5em;
	padding: 0;
	float: none;
	width: 133;
	overflow: hidden;
}
.lhetsifo, .lhetcc {
  border:1px solid #000000; /* border color */
  padding:5px;background-color:#999999;margin:0px 0px;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  margin: 0 0 10px 0px; /* space around box top right etc */
  padding: 10px;
}

.lhetcc {
  border:none;
  margin: 0 0px 10px 0px;

}

.lhetsifo ul, .lhetcc ul {
	margin: .3em 0 0 0.2em;
	padding: 0;
	line-height: 1.5em;
	list-style-type: none;
}
.lhetsifo li, .lhetcc li  {
	padding: 0;
	margin: 0;
}

.lhetsifo li a, .lhetcc li a {
color:#000000;
}
.lhetcc li a:visited {
color:#aa0000;
font-weight:bold;
}
.lhetsifo .lhetside, .lhetcc .lhetside  {
	margin-bottom:8px;
	font-weight:bold;
}