img {	border: 0;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.menu { 
	background-color: #000000;
	background-image: url(jungle.png);
	background-repeat: no-repeat;
}
body {
	background: #000000;
}
p {
	text-indent:20px;
	line-height: 16px;
	text-align:justify;
}

a:link {
	color: #9acd32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9acd32;
}
a:hover {
	text-decoration: none;
	color: #9acd32;
}
a:active {
	text-decoration: none;
	color: #9acd32;
}

#all {
	position: relative;
	top: 10px;
	left: 100px;
}

.date { text-align: left;
	font-size: 11px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #9acd32;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}
h2 {
	color: #9acd32;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color: #ffff00;

}
h4 {
	color: #ffff00;
}


div.sdmenu {
	width: 120px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 22px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #ffff00;
}
div.sdmenu div {
	background: url(toptitle.gif) no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: yellow;
	cursor: default;
	border-bottom: 1px solid #000;
}
div.sdmenu div.collapsed span {
}
div.sdmenu div a {
	padding: 5px 10px;
	background: transparent;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #000;
	color: #fff;
}
div.sdmenu div a.current {
	
	font-weight: bold;
	background : #000 url(expanded.gif) no-repeat right center;
}
div.sdmenu div a:hover {
	background : #000 url(linkarrow.gif) no-repeat right center;
	font-weight: bold;
	cursor: default;
	color: #9acd32;
	text-decoration: none;
}