body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 200;
	color: #666600;
	background-color: #53a31c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:14px;
}
a:link {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color:#006633;
	text-decoration:none;
}
a.visited {
	color:#695705;
	text-decoration:underline;
}
a.active {
	color: #006633;
	text-decoration: underline;
}
th {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_drop {
	background-image: url(images/btn_drop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	padding-top: 8px;
	padding-right: 22px;
	padding-left: 22px;
}
.title {
	color: #993300;
}
.address {
	color:#993300;
	font-size:12px;
	line-height:19px;
}

a.address:link {
	color:#993300;
	text-decoration:underline;
}
a.address:hover {
	color:#006633;
	text-decoration:underline;
}
a.address:active {
	color:#993300;
	text-decoration:underline;
}
a.address:visited {
	color:#993300;
	text-decoration:underline;
}
.img {
	margin-left:20px;
	margin-right:22px;
}
.footer {
	color:#b1f170;
	font-size:11px;
	font-weight:200;
}
a.footer:link {
	color:#FFFFFF;
	text-decoration:underline;
}
a.footer:hover {
	color:#b1f170;
	text-decoration:underline;
}
a.footer:active {
	color:#FFFFFF;
	text-decoration:underline;
}
a.footer:visited {
	color:#b1f170;
	text-decoration:underline;
}

