h2 {
  color: #848484; 
}

.highlight {
  color: #848484;
}

a:hover {
  color: #848484;
}

#header_tab1:hover {
  cursor: pointer;
}

#header_tab2:hover {
  cursor: pointer;
}

#header_tab3:hover {
  cursor: pointer;
}

li {
  background: url('../_img/bullet_blue.png') center left no-repeat;
}

#lcontent div ul  { 
  padding-left: 0px; 
  margin: 0px;  
  margin-right: 10px; 
  border-bottom: 1px dotted #E5E2D0;
} 
#lcontent div ul li { 
  list-style: none; 
  margin: 0px; 
  padding: 1px; 
  padding-left: 3px; 
  border-top: 1px dotted #E5E2D0; 
  font-size: 90%;
  background: none;
  text-indent: 0px;
} 
#lcontent div ul li form { 
  margin: 0px; 
  padding: 0px;
} 
#lcontent div ul li a { 
  text-decoration: none;
} 

#rcontent table{
 width: 100%;
 clear: right;
 border-width: 0px;
 border-collapse: collapse;
 font-size: 90%;}
#rcontent table tr{}

#rcontent table tr th{
 border-width: 0px;
 border-top: 1px dotted #E5E2D0;
 border-bottom: 1px dotted #E5E2D0;}

#rcontent table td{
 border-bottom: 1px dotted #E5E2D0;
 padding: 2px;}
