
fieldset {
	border:							0px solid black;
}

legend {
	font-size:						10pt;
}


h1 {
	font-size:						12pt;
	color:							black;
	font-family: 					verdana;
	font-weight:					bold;
}

h2 {
	font-size:						11pt;
	color:								black;
	font-family: 					verdana;
	font-weight:					bold;
}
h3 {
	font-size:						10pt;
	color:								black;
	font-family: 					verdana;
	font-weight:					bold;
}
h4 {
	font-size:						10pt;
	color:								black;
	font-family: 					verdana;
	font-weight:					normal;
}
h5 {
	font-size:						9pt;
	color:								black;
	font-family: 					verdana;
	font-weight:					bold;
}
h6 {
	font-size:						9pt;
	color:							black;
	font-family: 					verdana;
	font-weight:					normal;
	text-align:					center;
}
hr {
	width: 							80%; 
	height: 							1px; 
	border: 							0px; 
	background-color: 		grey;
}
p {
	font-size: 						9pt;
 	color: 							black;
	font-family: 					verdana; 
	padding-top: 				5px; 
	line-height:					1.5;
	text-align: 					justify;
}
table {
	border:							0px;
	font-family: 					verdana; 
	font-size: 						9pt;
}
ul {
	font-size: 						9pt; 
	color: 							black; 
	font-family: 					verdana; 
	padding-top: 				5px;
	line-height:					1.5;
}

