/*
#section_content p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

#section_content h2 {
	color: #2778BA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#section_content h3 {
	color: #091841;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#section_content h4 {
	color: #2778BA;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
*/

p {
	margin: 5px 0px 8px 0px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

strong em
em strong {
	font-style: italic;
	font-weight: bold;
}

