div.content h1
{
	color:				#003A8C;
	font-size:			1.6em;
	margin-top:			5px;
	margin-bottom:		10px;
}

div.content p
{
	margin-top:			5px;
	margin-bottom:		5px;
}

div.content h2
{
	color:				black;
	font-size:			1.2em;
	font-weight:		bold;
	margin-top:			10px;
	margin-bottom:		2px;
}


div.content table
{
	margin-left:		0px;
	border-collapse: 	separate;
}

div.content th
{
	background-color:	#003A8C;
	color:				white;
	padding:			5px;
	text-align:			left;
}

div.content td
{
	background-color:	#ECEAEA;
	color:				black;
	padding:			5px;
	text-align:			left;
}

div.content ul
{
	margin-top:			0px;
}
