td 	{ font-family: Arial, Verdana;
	  font-size: 10 pt;
	  margin-left: 9px;
	  margin-right: 9px;
	  margin-top: 9px }

h1 	{ font-family: Arial, Verdana; font-size: 36 pt; font-style: }
h2 	{ font-family: Arial, Verdana; font-size: 24 pt; font-style: }
h3 	{ font-family: Arial, Verdana; font-size: 18 pt; font-style: }
h4 	{ font-family: Arial, Verdana; font-size: 14 pt; font-style: }
h5 	{ font-family: Arial, Verdana; font-size: 12 pt; font-style: }
h6 	{ font-family: Arial, Verdana; font-size: 10 pt; font-style: }

body
{
 font-family: Arial, Verdana;
 font-size: 10 pt;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 10px;
 background: #DDEEFF; }

body, p
	{text-align: justify;
}

A
{
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: default;
}

A:visited
{
	text-decoration: none;
	color: default;
}
A:active
{
	text-decoration: underline;
	color: #FF0000;
}

A:hover
{
	text-decoration: underline;
	color: #FF0000;
}

.indenttext
{
  margin-left:11.0pt;
  text-indent:-11.0pt;
}