body {
	background-color: #FFFFFF;
	margin: 0px;
}
.bg-main {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.top-bg {
	background-color: #d2ffc6;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.welcome-bg {
	background-image: url(../images/welcome_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.arial11-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.arial20-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6da609;
	text-decoration: none;
}
.arial20-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #868686;
	text-decoration: none;
}
.arial13-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333232;
	line-height:17px;
	text-decoration: none;
}
.arial12-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.arial11-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6da609;
	line-height:17px;
	text-decoration: none;
}
.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border:1px solid #b9d1b2;
	width:225px;
	height:18px;
	padding-top:4px;
}
.txt-bg {
	background-image: url(../images/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.arial32-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ebfb20;
	text-decoration: none;
}
.arial16-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ebfb20;
	text-decoration: none;
}
.ver10-yellow-un {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebfb20;
	text-decoration: underline;
}
a.ver10-yellow-un:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebfb20;
	text-decoration: none;
}
.arial12-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.arial16-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.box-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:18px;
	text-decoration: none;
}
.box-bott {
	background-color: #21880c;
	background-image: url(../images/blog_bott.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:10px;
}
.footer-bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial12-green-un {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70b363;
	text-decoration: underline;
}
a.arial12-green-un:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70b363;
	text-decoration: none;
}