body {
	background-color: #90E750;
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family:"Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #279408;
}
body a {
	font-size: 12px;
	color: #279408;
	font-weight: bold;
	}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #279408;
}
body a:hover {
	text-decoration: underline;
	color: #279408;
}
body a:active {
	text-decoration: none;
}

#maintable {
	background-image: url(../images/bg_maintable.gif);
	background-color: #279408;
}
#introtable {
	background-image: url(../images/bg_green.gif);
	background-color: #279408;
}
#thumbnailstable {
	background-color: #279408;
	margin: 20px;
}

td.intro {
	color: #FFF;
	padding: 15px;
}
td.intro a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	}
td.intro a:link {
	text-decoration: none;
}
td.intro a:visited {
	text-decoration: none;
	color: #FFF;
}
td.intro a:hover {
	text-decoration: underline;
	color: #FFF;
}
td.intro a:active {
	text-decoration: none;
}
td.description {
	color: #FFF767;
	padding: 15px;
	line-height: 18px;
}
.thumbs {
	margin-top: 10px;
	border: 1px solid #124D02;
}
a.bottomlink {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 0px 0px 0px;
	width: 598px;
	height: 37px;
	background-image:url(../images/bg_bottomlink.gif);
	border: 1px solid #175107;
	display: block;
	text-decoration: none;
}

a.bottomlink:hover {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 0px 0px 0px;
	width: 600px;
	height: 37px;
	background-image:url(../images/bg_bottomlink.gif);
	border: 1px solid #175107;
	display: block;
	text-decoration: underline;
}

p {
	padding: 20px;
}