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

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

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

