/* -------------------------------------------------------------------------- */
/* General page settings                                                      */
/* -------------------------------------------------------------------------- */
body	{	background:		#ffffff;
		color:			#000000;
		border-width:		0;
		margin-top:		10px;
		margin-right:		10px;
		margin-bottom:		10px;
		margin-left:		10px;
		padding:		0;
		font:			normal normal normal 10pt arial, helvetica, sans-serif;
		letter-spacing:		0.0em;
		word-spacing:		0.0em;
		text-align:		justify;
	}

div	{	margin:			0;
		border-width:		0;
	}

/* -------------------------------------------------------------------------- */
/* General table settings                                                     */
/* -------------------------------------------------------------------------- */
table
	{	border-width:		0px;
		border-style:		solid;
		margin:			0px;
		padding:		0px;
	}
tr, td
	{	text-align:		center;
		vertical-align:		middle;
		font:			normal normal normal 10pt arial, helvetica, sans-serif;
	}

/* -------------------------------------------------------------------------- */
/* General text style settings                                                */
/* -------------------------------------------------------------------------- */
b
	{	font-weight:		bold;
	}

.highlight
	{
		font-weight:            bold;
		font-style:             italic;
		color:                  #009900;
		color:                  #000000;
		background:		#dddddd;
	}
i
	{	font-style:		italic;
	}

sub
	{	font-size:		8pt;
	}
sup
	{	font-size:		8pt;
	}
ul
	{	list-style-type:	disc;
	}

li	{	padding:		2px;
		margin-left:		2px;
	}

h5	{	font-size:		8pt;
		font-weight:		normal;
		text-align:		left;
	}
h4	{	font-size:		8pt;
		font-weight:		bold;
		text-align:		left;
	}
h3	{	font-size:		12pt;
		font-weight:		normal;
		text-align:		left;
	}
h2	{	font-size:		12pt;
		font-weight:		bold;
		text-align:		left;
	}
h1	{	font-size:		14pt;
		font-weight:		bold;
		word-spacing:		0.1em;
		text-align:		left;
	}

/* -------------------------------------------------------------------------- */
