@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #EFEFE9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
#flashcontent {
	width: 100%;
	margin: 0 auto;
}
h1 {
	color: #95BF02;
	font-size: 30px;
	font-weight:normal;
}
h3 {
	font-size: 13px;
	color: #4B4B4B;
	font-weight:normal;
}
.largetitle {
	font-size: 13px;
	color: #4B4B4B;
	font-weight:normal;
}
h5 {
	font-size: 11px; 
	color: #6F6F6F; 
	font-weight: bold; 
}
.content {
	font-size: 11px;
	color: #6F6F6F;
}
.contenttitle {
	color:#4B4B4B;
	font-weight: bold; 
}
a {
	color: #89A120;
	text-decoration: none;
}
a:hover {
	color: #89A120;
	text-decoration: underline;
}
.attention {
	font-size: 11px;
	color: #CC0000;
	border:1px solid #CC0000
}
.mainnav {
	font-size: 11px;
	color: #4B4B4B;
}
.mainnav a {
	color: #4B4B4B;
	text-decoration:none;
}
.mainnav a:hover {
	color: #89A120;
	text-decoration:none;
}
.subnav {
	font-size: 11px;
	color: #4B4B4B;
	font-weight:normal;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
}
ul {
	font-size: 11px;
}
.greentext {
	color: #89A120;
}
.border {
	border:#CCCCCC solid 1px;
}
.thumb_title {
	color:#89A120;
	font-size: 10px;
	font-weight:bold;
}
.thumb_content {
	font-size: 10px;
	color: #6F6F6F;
}