/* CSS Document */
p, .bodyContent {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#838383;
	margin-top:		0px;
	margin-bottom:  13px;
}

.subsectionheading {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12px;
	font-weight:	normal;
	color:			#1b335f;
	padding:		0px;
	margin:			0px;
}

.articletitle {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12px;
	font-weight:	bold;
	color:			#1b335f;
	padding:		0px;
	margin:			0px;
}

ul {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#838383;
	margin:			0 0 13px 0;
	padding:		0px;
	list-style-type: none;	
	line-height:	1.4;
}

