@charset "utf-8";
/* CSS Document */

.title {
	font-size: xx-large;
	font-style: italic;
	color: #458268;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.subtitle {
	font-size: x-large;
	color: #458268;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.centered {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.nounderline { text-decoration: none}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #000000;
}
