body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin: 0;
	padding: 0 0 0;
	background: url(images/green_main_bg.gif) repeat;
}

#header_top_bg {
	background:url(images/header_1.gif) no-repeat;
	width: 881px;
	height: 40px;
}

#news_bg {
	background:url(images/homepage/new_bg03.gif) repeat-y;
	width: 194px;
}

#home_line {
	background:url(images/homepage/line2.gif) repeat-x;
	height: 18px;
}

#about_bg {
	background:url(images/about/about_bg.gif) repeat-y;
	width: 841px;
}

.head16 {
	font-size: 18px;
	color: #666666;
	text-decoration:none;
	font-weight:bolder;
}

.news_head13 {
	font-size: 13px;
	color: #006600;
	font-weight:bolder;
}

.news_head15 {
	font-size: 15px;
	color: #006600;
	font-weight:bolder;
}

.text {
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

/* -------------------------- Link Number One ------------------------ */
.lang_font {
	color:#FFFFFF;
	text-decoration:underline;
}

a.language:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
a.language:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}

a.language:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a.language:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}

/* -------------------------- Link Number Two ------------------------ */
.headmenu_font {
	color:#333;
	text-decoration:underline;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

/* -------------------------- Link Number Three Greem ------------------------ */
.Green_font {
	color:#FFFFFF;
	text-decoration:underline;
}

a.Green:link {
	color: #00CC00;
	font-size: 12px;
	text-decoration:none;
}
a.Green:visited {
	color: #00CC00;
	font-size: 12px;
	text-decoration:none;
}

a.Green:hover {
	color: #00CC00;
	font-size: 12px;
	text-decoration:underline;
}
a.Green:active {
	color: #00CC00;
	font-size: 12px;
	text-decoration:none;
}

/* -------------------------- TOGGLE ------------------------ */

h2.trigger {
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.trigger a {
	color: #333333;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #0099FF; }

.toggle_container {
	border-top: 1px solid #FFCC66;
	background: #FFFFCC repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}