
.contentHeader
{
	font-size: 20px;
	margin: 5px 5px;
	color: #808080;
}

div.contentGroup
{
	background-color: #fff;
	margin: 0 5px 5px 5px;
	padding: 10px;
	/*border: solid 1px #cecece;*/
}

div.contentSummary
{
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	/*border-top-color:rgb(217,217,217);*/
	border-top-color: #cecece;
	
	padding-top:2px;
	padding-bottom:8px;
}

div.contentSummary:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
	padding-top:0;
}

div.contentSummary:last-child
{
	padding-bottom:0;
}

.l1 /* Same font specs as <a> for contentsummary */
{
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	
	/* The padding properties adjust the text content within the href block */
	padding-top: -4px;
	padding-right: 8px;
	padding-bottom: -4px;
	padding-left: 4px;
}

.l2
{
	padding-left: 10px;
}

.l2 a
{
	color: #013571;
}

.l2-r
{
	padding-right: 10px;
}

.l3
{
	padding-left: 14px;
}