body {
	background-image: url(../images/bg_1px.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #3C6B34;
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
.white {
	color: white;
}
.tbl_main {
	width: 600px;
	height: 800px;
	margin-top: 25px;
	border: 1px solid #3C6B34;
	background-color: white;
	
}
.tbl_80 {
	font-size: 80%;
}
.tbl_90{
	font-size: 90%;
}
.cell_nav {
	background-image: url(../images/bg_left.jpg);
}
.nav_link {
	border: 1px solid white;
	background-color: #F4F6F3;
	width: "160px";
	color: #3C6B34;
	font-family: Franklin Gothic Medium;
	font-size: 90%;
	cursor: hand;
	text-decoration: none;
	margin-top: 2px;
}
.cell_content {
	background-image: url(../images/bg_right.jpg);
}
.copyright {
	font-size: 80%;
}
h3 {
	font-size: 120%;
}
.content {
	font-size: 80%;
}
.quote {
	font-size: 90%;
}
.nonprofit {
	font-style: italic;
	font-size: 80%;
}


