@charset "utf-8";
.NewsletterFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF0;
	background-color: #FFF;
	width: 80%;
	font-size: 1.1em;
}
#Heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFC;
	font-size: large;
	text-align: center;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin-bottom: 30px;
}
.News1 {
	background-color: #9F9;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 1.1em;
}
.News2 {
	background-color: #9FF;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.News3 {
	background-color: #FC9;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.News4 {
	background-color: #FFC;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#DivFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #FFC;
	text-align: center;
	font-style: normal;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin: auto;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
}
