@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666;
}
h1 {
	font-size: 12px;
	color: #030;
	font-weight: bold;
	font-style:underline
}
h2 {
	font-size: 14px;
	color: #799D00;
	font-weight: bold;
	font-style:underline
}
body {
	background-image: url(images/bamboo_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #799D00;
}
a:visited {
	color: #799D00;
	text-decoration: none;
}
a:hover {
	color: #799D00;
	text-decoration: none;
}
a:active {
	color: #799D00;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}

