/* style contents  */
.pageName
{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;	
	line-height: normal;
}
/*.pageName:first-letter
{
	font-size: 30px;
	text-transform: capitalize;
}*/
.bodyContent .content ul
{
	list-style: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: normal;
}
.bodyContent .content li
{
	padding-bottom:5px;
	padding-top: 5px;
}

/* extra */
.small
{
	display:inline;
	font-weight: normal;
	font-size: 10px;
}
/* titoli */

h1
{
	font-size:16px;
	margin-bottom: 10px;
	color: #666;
}
h2
{
	font-size:13px;	
	margin-bottom: 10px;
	color: #666;
}
h3
{
	font-size:11px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #666;
}
h5
{
	font-size:11px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #666;
}
h6
{
	font-size:11px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #bcbec0;
}
td
{
	vertical-align: top;
	line-height: normal;
	width: 100px;
}