@charset "utf-8";
/* CSS Document */
body, html { overflow-x: visible; overflow-y: auto; }
body
{
	background-color:#edf1d7;
	height:100%;
}

div#content
{
	height:100%;
	width: 98%;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000;
}


h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}


h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003333;
	text-align:center;
}


p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}


