h4 {
	font-size: 12px;
	margin: 15px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 a {
	text-decoration: none;
	color: #333333;	
}
h4 a:hover {
	color: #C41631;
}

h3 {
	font-size: 12px;
	margin: 8px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a {
	text-decoration: none;
	color: #999999;

}
h3 a:hover {
	color: #C41631;
}
