body {
	background-image: url(images/back.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
p {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5C5C5C;

}
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #266223;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;




}
.blue {
	color: #3399FF;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 20px;
	color: #3399FF;
	font-weight: normal;
}
.copy {
	font-size: 11px;
	color: #999999;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #266223;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #266223;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
}
.lime {
	color: #91BE07;
}
ul {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5c5c5c;
	list-style-type: circle;

}
input {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #3399FF;
}
textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #3399FF;
}
.featured {
	border: 1px dotted #3399FF;
}