h2 {
	font-size: 10px;
	margin: 10px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 a {
	text-decoration: none;
	color: #333333;
}
h2 a:hover {
	color: #c2001e;
}

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

}
h3 a:hover {
	color: #5aba3d;
}

