@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 36px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #00a852;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: 00a852;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}

