	div,
	p {
		font-size:12pt;
		color:#000000;
		text-decoration:none;
	}

	/* #################################################
			TEXT DECORATIONS
	################################################# */
	
	.bold {
		font-weight:bold;
	}

	.underline {
		text-decoration:underline;
	}

	/* #################################################
			TEXT ELEMENTS
	################################################# */

	p.title1 {
		font-weight:bold;
		margin-top:0px;
		margin-bottom:12px;
		font-size:20pt;
		color:#000066;
	}

	p.title2 {
		font-weight:bold;
		margin-top:8px;
		margin-bottom:12px;
		font-size:18pt;
		color:#000066;
	}

	p.title3 {
		font-weight:bold;
		margin-top:8px;
		margin-bottom:12px;
		font-size:14pt;
		color:#000066;
	}

	p.title4 {
		font-weight:bold;
		margin-top:0px;
		margin-bottom:12px;
		font-size:12pt;
		color:black;
	}

	p.content {
		margin-top:0px;
		margin-bottom:12px;
		font-size:12pt;
		color:black;
		text-decoration:none;
	}
