body {
	background-color: #ECF8F6;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color:#333333;
}

a:link, a:visited {color: #2EA292;
text-decoration: underline;}

a:hover, a:active {color: #666666;
text-decoration: none;}

.addresslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #9A6C4D;
}
a.addresslink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #9A6C4D;
}
a.addresslink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #9A6C4D;
}
a.addresslink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #9A6C4D;
}
a.addresslink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #5F381E;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
	color:#2EA292;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
	color:#2EA292;
	
	}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	color:#2EA292;
	
}

.background {
background-image:url(../images/bg-repeat.jpg);
background-repeat:repeat-y;
padding-left: 15px;
padding-right: 50px;

}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D0EDE9;
	border: 1px solid #3DBFB7;