body {color: black;	font-family: times new roman, times, serif; font-size: 12pt; font-style: normal}

	
A:link {color: blue;	font-family: times new roman, times, serif; font-size: 12pt; font-style: normal; }
A:hover {color: blue;	font-family: times new roman, times, serif; font-size: 12pt; font-style: normal; }
A:visited {color: blue;	font-family: times new roman, times, serif; font-size: 12pt; font-style: normal; }
A:active {color: blue;	font-family: times new roman, times, serif; font-size: 12pt; font-style: normal; }

.heading1 {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 20pt;
	font-style: normal;
	text-align: center;
}

.heading2 {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.heading3 {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.plaintext {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;

	margin-left: 20px;
	margin-right: 20px;
}

.unformatted {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 11pt;
}

.address {
	color: black;
	font-family: times new roman, times, serif;
	font-size: 8pt;
	text-align: right;
}

.quote {
	color: black;
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	margin-left: 45px;
	margin-right: 45px;
}

.question {
	color: black;
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 35px;
}

.answer {
	color: black;
	font-family: times new roman, times, serif;
	font-style: normal;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 35px;
}