@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/intro-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2a4524;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #336633;
	height:100%;
	padding:0px;
	margin:0px;
}
.txt {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color: #669966;
	line-height:18px;
	padding-bottom:12px;
	margin:0;
}
.copy {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color: #336633;
	line-height:14px;
	padding:0;
	margin:0;
}
a {
	color: #669966;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
