body{
	margin: 0px;
}

TD, INPUT, TEXTAREA, P {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

A	{
text-decoration: none;
}
A:link, a:visited, a:active {
	color:#336633;
}
A:hover {
	color: #FF0000;
}
.bg_lightgreen {
	background-color: #8e9f59;
}

.pagetitle {
	color: #666666;
	background-color: #ececec;
	padding-left: 10px;
}

.pagetitle H3 {
	margin: 0px;
	padding: 0px;
}

.bg_darkgreen {
	background-color: #60712e;
}


#menuleft LI
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	width: 150px;
	list-style-image: url(img/bulletleft.gif);
	height: 20px;
	list-style-position: inside;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: -30px;
	font-weight: bold;
}
.content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

INPUT, TEXTAREA {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.input-button	{
	background-color: #CCFFCC;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	height:18px;
}

.tdhead {
	background-color:#6DD797;
}
.tddark{
	background-color:#DBEDED;
}
.tdlight {
	background-color:#ECF6F8;
}
.highlight p {
	font-size: 20px;
	color: #999933;
}
.highlightcn p {
	font-size: 20px;
	color: #999933;
	font-family: "ºÚÌå";
}

