h1	{
		font-weight : bold;
		font-size : 32pt ! important;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : center
	}

h2	{
		font-weight : bold;
		font-size : 16pt;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : left;
		margin-left : 0
	}

h3	{
		font-weight : bold;
		font-size : 13pt;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : left;
		margin-left : 0.5cm
	}

h4	{
		font-weight : bold;
		font-size : 11pt;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : left;
		margin-left : 1cm
	}

h5	{
		font-weight : bold;
		font-size : 10pt;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : left;
		margin-left : 1.3cm
	}

h6	{
		font-weight : bold;
		font-size : 9pt;
		font-family : arial, helvetica, sans-serif;
		color : black;
		background : white;
		text-align : left;
		margin-left : 1.6cm
	}

p	{
		color : black;
		background : white;
		text-align : justify;
		margin-left : 2cm
	}

pre	{
		color : black;
		background : #e0e0e0;
		margin-left : 2.5cm;
		border-width: 1px;
		border-color: black;
		border-style: solid;
		font-family: "courier new", courier, fixed, monospace;
	}

table.visual {
		margin-left : 2cm;
		border-color : black;
		border-style : solid;
		border-width : 1px;
		border-collapse: collapse;
	}

th	{
		color : black;
		background : #80c0c0;
		font-size: 12pt;
		font-weight: bold;
		text-align: center;
		border-color : black;
		border-style : solid;
		border-width : 1px;
	}

table.visual tbody tr td.rowhead {
		color : black;
		background : #c0e0e0;
		font-size: 11pt;
		font-weight: bold;
		text-align: center;
		border-style: solid;
		border-width : 1px;
		border-color :black;
	}

table.visual tbody tr td	{
		color : black;
		text-align : justify;
		margin-left : 0;
		border-style: solid;
		border-color : #000000;
		border-width : 1px;
	}

table.visual tbody tr td.sectionhead {
		text-align: center;
		background: #a0d0d0;
	}

table.visual tbody tr {
		border-color: black;
		border-style : solid;
		border-width : 1px;
	}

ul {
		color : black;
		background : white;
		text-align : justify;
		margin-left : 2cm
	}

ul ul { margin-left : 0; }
td ul { margin-left : 0; }
ol {
		color : black;
		background : white;
		text-align : justify;
		margin-left : 2cm
	}

ol ol { margin-left: 0; }

span.crt {
		color: black;
		background: #c0c0c0;
		font-family: "courier new", courier, fixed, monospace;
	}
