@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto;
	padding:0px;
	background:#0F5003;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.bg
{
	background:url(../images/middle.jpg) repeat-x;
}
.text
{
	font-size:12px;
	color:#333333;
	text-align:justify;
	line-height:18px;
}
.text a
{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.text a:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.title
{
	color:#006600;
	font-size:12px;
}
.title a
{
	color:#006600;
	text-decoration:underline;
	font-size:12px;
}
.title a:hover
{
	color:#006600;
	font-size:12px;
	text-decoration:none;
}
.heading
{
    color:#1FAA07;
	font-size:14px;
	font-weight:bold;
}