@charset "utf-8";
/* CSS Document */
 
 
div.wrapper {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white; /* this. Both are not necessary */
	width: 770px;
	text-align: center;	
   }
.header1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bolder;
	color: #000099;
}
.tinytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}

.bodytext {
	font-style: normal;
	font-weight: normal;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	word-spacing: normal;
	white-space: normal;
}
.header2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	word-spacing: normal;
}
