/* CSS Document */

A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration: none}

p{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #237930;
	font-weight: bold;
}

.dropcap{
	float: left;
	color: #237930;
	font-size: 35px;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif
}
