body {
	margin: 10px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
p {
	margin: 10px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.right{
	text-align: right;
}

.bold{
 	 background-color: rgb(255, 255, 255);
	color: rgb(0,0,0);
	font-weight:bold;
	font-size:14px;
}
.info{
  	background-color: rgb(255, 255, 255);
	color: rgb(0,0,0);
	font-weight:normal;
	font-style:italic;
	font-size:14px;
}

h1 {
	border-style: none;
	border-width: 0px;
	text-align: left;
	color:rgb(0,0,153);
	width: 100%;
	padding-bottom: 0px;
	height: 50px;
	position: static;
	margin-bottom: 0px;
}

h2 {
	text-align: left;
	padding-bottom: 2px;
	font-size:16px;
	margin-bottom: 0px;
}

h3 {
	text-align: left;
	padding-bottom: 2px;
	color:rgb(0,0,128);
	font-size:14px;
	margin-bottom: 0px;
	font-weight:bold;
	font-style:italic;
}

th {
	text-align: center;	
	border-style: none;
	border-width: 0px;
	color:rgb(0,0,153);
	font-size:20px
}
.foot {
	text-align:center;
	color:rgb(0,0,85);
	font-weight:normal;
	font-size:11px;
	font-style:italic;
}

.firstlevel{
	text-align: left;
	font-size:12px;
	margin-bottom: 0px;
	font-weight:bold;
	font-style:italic;	
}
.secondlevel{
	text-align: left;
	font-size:14px;
	margin-bottom: 0px;
	font-weight:normal;
	font-style:normal;
}

.thindex{
	padding-bottom: 2px;
	color:rgb(0,0,128);
	font-size:12px;
	margin-bottom: 0px;
	font-weight:bold;
	font-style:italic;
	width:25%;
	text-decoration:underline;
}
