H2 {
	Color: #2D7BB6;
	Font-weight: bold;
	Letter-spacing: .8pt;
	Font-weight: bold;
}

H3 {
	Color: black;
	Font-weight: bold;
	Text-transform: uppercase;
	Letter-spacing: .7pt;
}

H4 {
	Color: #004990;
	Font-weight: bold;
	max-width: 50%;
	Font-size: 12pt;
}

P {
	Color: black;
	Font-weight: normal;
	text-align: justify;
}

a {
	color: #2D7BB6;
	text-decoration: none;
}

strong {
	color: black;
	font-weight: bold;
}

em {
	color: #2D7BB6;
	font-style: italic;
}

LI {
	list-style-image:
		url('../../images/styling/list_point.gif');
	line-height: 18px;
}
