/* Design 5 */
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid orange;
    border-bottom: 1px solid orange;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted orange;
}
table.Design5 td {
    text-align: right;
    border-top: 1px dotted orange;
    padding: 0.2em 0.5em;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid orange;
}
table.Design5 th.Corner {
    text-align: left;
}
/* Design 6 */
table.Design6 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid orange;
    border-bottom: 1px solid orange;
}
table.Design6 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted orange;
}
table.Design6 td {
    text-align: left;
    border-top: 1px dotted orange;
    padding: 0.2em 0.5em;
}
table.Design6 thead th {
    text-align: center;
    border-bottom: 1px solid orange;
}
table.Design6 th.Corner {
    text-align: left;
}

.header {
	position: center;
	width: 800;
	height: 155px;
}
.content {

	width: 800;
	height: 700px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:black;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:orange;
	text-align:center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:orange;
	text-align:center;
}
p {
	font-family:Arial;
	font-size:16px;
	color:black;
	text-align: justify;
	text-justify: inter-word;

}

body {
}




