.rel_articles_wrapper * {
	margin: 0px;
	padding: 0px;
}

.rel_articles_wrapper {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
}

.rel_articles_wrapper h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	font-weight:bold;	
	display: block;
	color:#666666;
	padding:4px;
	text-transform:uppercase;
	line-height:130%;
}

.rel_articles_wrapper ul{
	background-color:#ffffff;
	padding-bottom: 3px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.rel_articles_wrapper li{
	font-size: 12px;
	padding: 2px;
	background-image: none;
}

.rel_articles_wrapper a{
	text-decoration: none;	
}

.rel_articles_wrapper a:hover{
  color: #660000;
  text-decoration: underline;
}

.rel_articles_wrapper_off {
	display: none;
}

#rel_articles_wrapper_off {
	display: none;
}




