@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
}
.heading1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #154063;
	margin-bottom: 20px;
	margin-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #e98d18;
	font-weight: bold;
	margin-bottom: 15px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #fe9308;
	font-weight: bold;
	margin-bottom: 15px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #154063;
	font-weight: bold;
	margin-bottom: 15px;
}
