p {
	text-indent:0em;
	/* Remove spacing in paragraph tags */
	margin:0;
	padding: 0;
}

div {
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*default font color*/
	color: #000000;
}
div.title {
	font-weight: bold;
	font-size: 15pt;
	text-align: left;
	text-indent: 0em;

}
div.body {
	font-size:8pt;
	text-align: justify;
}


/* Default links */
a:link {

	font-weight: normal;
	color: #000000;
	text-decoration: underline
	
}

a:visited {

	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	
}

a:active {

	font-weight: bold;
	color: #000000;
	text-decoration: none;

}


