body {
	margin: 5px;
	font-size: 90%;
	text-align:center;
	font-family: verdana,helvetica,arial;
	line-height: 120%;
}
td {
	font-size: 90%;
}
li{
	list-style-image: url(../img/clover.gif);
	list-style-type: circle;
	padding:5px;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	font-size: small;
	font-weight:normal;
}
a:link{
	color: #006600;
}
a:visited{
	color: #006600;
}
a:hover{
	background-color: #DAEDDA;
}
a:action{
	background-color: #DAEDDA;
}
a:hover img{
	background-color:white;
}
#container
	{
	width:100%;
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 600px;
	}
	

	#header {
		width:100%;
		height:90px;
		text-align:left;
	}
	#middle {
		width:100%;
		padding-bottom:10px;
	}
		#menu {
			display:none;
		}
		#contents {
			width:100%;
			float:right;
			text-align:left;
		}
	#hooter {
	width:100%;
	clear: both;
	border-top: 1px solid #009900;
	padding-top:10px;
	}
#menu a:link{
	width:150px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle;
	font-weight: bolder;
	color: #669966;
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
#menu a:visited{
	width:150px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle;
	font-weight: bolder;
	color: #669966;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;

}
#menu a:hover{
	width:150px;
	vertical-align:middle;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	display:block;
	background-color: #99CC99;
}
#header h1{
	color: #669966;
	text-align: right;

}
#contents h1 {
	color: #669966;
	font-weight: bolder;
	text-align: right;
}
#whatsnew{
	width: 260px;
	padding: 3px;
	color: #006600;
	font-weight: bold;
	text-align:center;
}
#whatsnew li{
	list-style-type: square;
	list-style-image: none;
	color: #000000;
	font-weight: normal;
	text-align:left;
}
.closeb{
	margin: 5px;
	padding: 3px;
	width: 100px;
	text-align:right;
	display:block;
}
.style1 {color: red}
