.bg1 {
	background-attachment: scroll;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-color: #CCCCCC;
	position: absolute;
	visibility: visible;
	height: 50px;
	width: 100%;
	bottom: 1px;
	left: 0px;
}
.whitebg {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 760px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #684623;
	font-weight: bold;
	line-height: 200%;
}
a.grey:link {
	color: #684623;
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
	color: #684623;
}
a.grey:hover {
	text-decoration: underline;
	color: #684623;
}
a.grey:active {
	text-decoration: none;
	color: #684623;
}
.titletextbig {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #684623;
	font-weight: bold;
	line-height: 200%;
}
.maintextlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: disc;
	margin-top: 5px;
}
body {
	background-attachment: scroll;
	background-image: url(images/BG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E3FCA8;
	margin: 0px;
}
img.imageleft { float: left; margin: 5px; }
img.imageright { float: right; margin: 5px; } 
