@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1FF71;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
}
.paddingtopper {
	padding-top: 8px;
}
.paddingbottomer {
	padding-bottom: 8px;
}
.paddingleftem {
	padding-left: 8px;
}

a:link {
	color: #528A17;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #528A17;
}
a:hover {
	text-decoration: underline;
	color: #528A17;
}
a:active {
	text-decoration: none;
	color: #528A17;
}
.top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 8px;
}
.middle {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link.grey {
	color: #999999;
	text-decoration: none;
}
a:visited.grey {
	text-decoration: none;
	color: #999999
}
a:hover.grey {
	text-decoration: underline;
	color: #669900;
}
a:active.grey {
	text-decoration: none;
	color: #669900;
}
.greytext {color: #999999};
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boldtitle {
	font-weight: bold;
	color: #333333;
}
.paddingright {
	padding-right: 8px;
}
.bannerpadding {
	padding-top: 10px;
}

