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

body {
	background-color: #4f4a4a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
.verdtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:1.5em;
	color: #000000;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.newsletter{
	width: 250px;
	padding: 10px;
	border: 1px #006699 solid;
	float:right;
	background: #CCCCCC;
	margin-left: 15px;
}

h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
	line-height: normal;
	text-align:center;
	font-style: italic;
}


h2 {
		margin: 0 0 10px 0;
	font-size: 24px;
	line-height: normal;
	text-align:center;
	font-style: italic;

}

h3 {
		margin: 0 0 10px 0;
	font-size: 20px;
	line-height: normal;
	font-style: italic;

}
p {
	margin: 0 0 10px 0;
}