body {
	background-color: #EEEAC5;
	background-image: url(px/bg.jpg);
	background-attachment : fixed;
	scrollbar-face-color:'#C7C67E';
	scrollbar-arrow-color:'#000000';
	scrollbar-track-color:'#EBE7C2';
	scrollbar-shadow-color:'#000000';
	scrollbar-highlight-color:'#FFFFFF';
	scrollbar-3dlight-color:'#FFFFFF';
	scrollbar-darkshadow-Color:'#FFFFFF';

}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006A35;
}
.menu td{
	background: url(px/btn.gif) no-repeat;
	height: 22px;
	width: 190px;
	text-align: center;
	padding-top: 1px;
	vertical-align: top;
}
.menu a:link, .menu a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.menu a:hover, .menu a:active {
	text-decoration: none;
	color: #F0ECC7;
}
h1 {
	color: #00773C;
	font-size: 16px;
	font-weight: bold;

}
h2 {
	color: #00773C;
	font-size: 14px;
	font-weight: bold;

}
h3 {
	color: #00773C;
	font-size: 14px;
	font-weight: bold;

}
a {
	font-size: 14px;
	color: #00773C;
}
a:hover{
	font-size: 14px;
	color: #00773C;
	text-decoration : none;
}
li {
	list-style-type: circle;
	
}
.rand {
	border: 2px solid #89854A;
}
img{
	border-width: 0px;
}
.center{
	text-align: center;

}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

img.alignleft {
	margin: 10px 10px 10px 0px;
	float: left;
	}
img.alignright {
	margin: 10px 0px 10px 10px;
	float: right;
	}
ul, li {	
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;}

