body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #999999;
}
p {
	font-size: 16px;
	text-align: justify;
	margin: 20px;
}
td {
	vertical-align: top;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}	
.texttitle1 {
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	padding-left: 20px;
}
.texttitle2 {
	font-size: 26px;
	color: #000066;
	font-weight: bolder;
	padding-left: 20px;
}
.texttitle3 {
	font-size: 26px;
	color: #000000;
	font-weight: bolder;
}
.texttitle4 {
	font-size: 18px;
	color: #000066;
	font-weight: bolder;
}
.textred {
	font-size: 16;
	font-weight: bold;
	padding-left: 30px;
	color: #CC0000;
}
.text20 {
	font-size: 20;
	font-weight: bold;
	text-align: center;
	word-spacing: 15px;
	position: relative;
	top: 255px;
}
.text60 {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 250px;
}
.text-br {
	font-size: 24px;
	position: absolute;
	right: 5%;
	bottom: 5%;
}
.text-ul {
	font-size: 24px;
	text-decoration: underline;
	text-align: center;
	color: #000066;
}
.text-ull {
	font-size: 24px;
	text-decoration: underline;
	text-align: left;
	color: #000066;
	font-weight: bold;
	padding-left: 20px;
}
.floatleft {
	float: left;
}
.floatright {s
	float: right;
}

.textfooter {
	font-style: italic;
	text-align: center;
}

