body {
	margin:0.8em;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	background: aqua;
	color: black
}

b.b1 {
	text-align: left;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 12pt;
	font-weight: bold;
	color: red
}

P {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:green;
}

p.p1 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align:baseline;
	color: black
}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

h1 { 
	margin-left: 2.5cm;
	text-align: center;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 18pt;
	font-weight: bold;
	color: black
   }

h2 { 
	margin-left: 2.5cm;
	text-align:center;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 14pt;
	font-weight: bold;
	color: black
   }

h2.pos_abs {
	position:absolute;
	left:2cm;
	top:5cm
	}

h3	{
	text-align: center;
	font-family: verdana, arial, helvetica, san serif;
	font-size: 9pt;
	font-weight: bold;
	color: slateblue
	}

h4 {
	text-align: center;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 12pt;
	font-weight: normal;
	color: black
	}

h5 {
	text-align: left;
	margin-left: 2cm;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 12pt;
	font-weight: normal;
	color: black
   }

h6 {
	text-align: center;
	margin-left: 2.5cm;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 12pt;
	font-weight: normal;
	color: purple
}

a:link {
	font-family: arial, san serif; 
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	text-decoration: none
}

a:visited {
	font-family: arial, san serif; 
	font-size: 10pt;
	font-weight: bold;
	color: purple;
	text-decoration: none
}

a:active {
	font-family: arial, san serif; 
	font-size: 10pt;
	font-weight: bold;
	color:#060;
	background:#ccc;
	text-decoration: none
}

a:hover {
	font-family: arial, san serif;
	font-size: 10pt;
	font-weight: bold;
	background: cyan;
	color: navy;
	text-decoration: none
}

caption {
	text-align: center;
	text-indent: 2.5cm;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 14pt;
	font-weight: bold;
	color: black
}

table {
	margin-left: auto;
  margin-right: auto;
	width: 848pt;
	background: aqua;
	border: none
	}
	
table.rv1	{
	width: 80%;
	margin-left: auto;
   margin-right: auto
	}

th {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold
}

td {
	background: white;
	border: 1px solid black;
	/*,border: inset 1pt;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align:baseline;
	text-align: center
}

td.td1 {
	width: 10%;
	font-size: 8pt;
	color: black;
	font-weight: bold
}

td.td2 {
	width: 5%;
	font-size: 8pt;
	color: red
}

td.td3 {
	width: 25%;
	font-size: 10pt;
	color: black
}

td.td4 {
	width:60%;
	font-size: 10pt;
	text-align: left;
	color: red
}

td.td5 {
	width: 100pt;
	height: 10pt;
	font-size: 10pt;
	text-align: center;
	color: blue
}

embed {
	width: 100pt;
	height: 50pt
	}
