body {
	background-color: aqua;
	color: black;
	font-size: 10pt
}

P {
		font-family: arial, sans-serif;
		font-size: 10pt
}

p.pc {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 10pt
	
}

p.pc1 {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 10pt
}

p.pc2 {
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 20pt
}

a:link {
	font-family: arial, san serif; 
	font-size: 12pt;
	font-weight: bold;
	color: blue;
	text-decoration: none
}

a:visited {
	font-family: arial, san serif; 
	font-size: 12pt;
	font-weight: bold;
	color: purple;
	text-decoration: none
}

a:active {
	font-family: arial, san serif; 
	font-size: 12pt;
	font-weight: bold;
	color:#060;
	background:#ccc;
	text-decoration: none
}

a:hover {
	font-family: arial, san serif;
	font-size: 12pt;
	font-weight: bold;
	background: cyan;
	color: navy;
	text-decoration: none
}

h1 { 
	margin-left: 0 cm;
	text-align: center;
	font-family: arial, helvetica, san serif; 
	font-size: 18pt;
	font-weight: bold;
	color: green
}

h2 {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
text-align: center;
font-weight: bold
}

h3	{
	text-align: center;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 14pt;
	font-weight: bold;
	color: slateblue
	}
	
h4 {
	text-align: center;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 14pt;
	font-weight: bold;
	color: green
	}

h5 {
	text-align: left;
	margin-left: 2cm;
	font-family: verdana, arial, helvetica, san serif; 
	font-size: 12pt;
	font-weight: normal;
	color: black
   }

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align:baseline;
	text-align: center;
	color: black
   }

span {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: red
}

span.cd1 {
	font-size: 8pt;
	font-weight: bold;
	color: maroon
}

table {
	text-align: center;
	border: 0;
	width: 774px;
	height: 152px;
	background: aqua;
	/*border: 1pt;*/
	/*border: outset 1pt;*/
	/*border: inset 1pt;*/
	margin-left: auto;
	margin-right: auto;
	padding: 5pt;
	}

th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	font-weight: normal;
	text-align: center
}

td {
	background: aqua;
	vertical-align:baseline;
	width: 21%;
	/*border: 1px solid black;*/
	/*border: inset 1pt;*/
	font-family: Arial, Helvetica, sans-serif
	/*padding-left: 5pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt*/
	/*text-align: left*/
}

td.td1 {
	background: white;
	border: none;
	width: 20%;
	height: 15%;
	text-align: center;
	vertical-align:baseline
}

tr {
	width: 20%;
	font-size: 10pt;
	text-align: left;
	color: black;
	vertical-align: baseline;
}

td.td2 {
		/*background: white;*/
	/*border: 1px solid black;*/
	width: 20%;
	height: 15%;
	text-align: center;
	vertical-align:baseline
}

td.td3 {
	width: 10%;
	color: black
}

td.td4 {
	width:60%;
	font-size: 10pt;
	text-align: left;
	color: red
}

td.td5 {
	font-size: 10pt;
	text-align: center;
	color: blue
}
