/* style for module titles */
.Titlehdr   {
	font-family: Arial, Verdana, Tahoma;
	font-size:  24px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
.Titleline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}

