@charset "UTF-8";

.paperclass {
	margin-right: 40px;
	margin-left: 40px;
	background-color: #eeeeee;
	font-family: "Book Antiqua", Palatino, "Times New Roman", Times;
}
.return {
	font-size: 12pt;
	text-align: center;
}
.subtitle {
	font-size: 14pt;
	font-style: italic;
	text-align: center;
}
.text {
	font-size : 14pt;
	text-align: justify;
}
.textnote {
	font-size: 11pt;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
.textsubhead {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin: 10px 0px 0px;
}
.title {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin-left: 40 px;
        margin-right: 40 px;
        text-align: center;
        margin-bottom: 0 pt;
}
.updated {
	font-size: 10pt;
	text-align: right;
	font-style: italic;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color:#0000FF;
}

#text {
	position:absolute;
	left:10%;
	top:120px;
	width:85%;
	height:800px;
	overflow: visible;
	text-align: justify;
}
#title {
	position:absolute;
	left:10%;
	top:60px;
	width:85%;
	height:30px;
	color: #000;
}
