body {
	background-color: White;
	margin: 0px;
	padding: 0px;
    font-family:  sans-serif;
	font-size:10pt;
}

h1 {
	font-size : 200%;
}

h2 {
	font-size : 170%;
}

h3 {
	font-size : 150%;
}

h4 {
	font-size : 125%;
}

table {
	font-size : normal;
}

p{
	text-align: justify;
}

fieldset {
	border-top: 1px solid #BF4B00;
	border-bottom: 1px solid #BF4B00;
	border-left: 1px solid #BF4B00;
	border-right: 1px solid #BF4B00;	
}

legend {
	font-weight: bold;
	color: #BF4B00;
}