/* CSS Document */

body {
	background-image: url(images/bg1.gif);
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b4d36;
}

.bottom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}