/* CSS Document */
body {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	line-height: 20px;
	text-align: justify;
}
td {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	line-height: 20px;
	text-align: left;
}

p {
	text-align: justify
}

a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}

a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}
h1 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 0.2em;
	font-size: 24px;
	font-weight: bolder;
}
h2 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #000;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
}

h3 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.tbl {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	line-height: 25px;
	font-size: 16px;
}
.tbl2 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	line-height: 25px;
	border: thin solid #000;
	text-align: center;
	
}


.td {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 16px;
	border-color:#000;
	border: 1px solid #000000;
	
}

.justifident {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	text-indent: 20pt;
	line-height: 20px;
}
.justify {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.image {
	font-family: "Palatino Linotype", "Times New Roman"n, Times, serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}