h1 {
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: capitalize;	
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	width: 70%;
}
table {
	margin: 0px;
	padding: 0px;
}
ul {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 65%;
	text-align: justify;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(../Image/bul_r_1.gif);
}

