@charset "utf-8";
@import url("new2.css");
body {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	margin-top:;
	background-color: #92B678;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1 {
	color: #ffffcc;
	font-size: 11px;
}
a:link {
	color: #ffffcc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B671C;
}
a:hover {
	text-decoration: none;
	color: #3B671C;
}
a:active {
	text-decoration: none;
}


.ttt {color: #333333}
a:link {
    color: #ffffcc ;
	text-decoration: none;
}
a:hover {
	color: #a9e480;
	text-decoration: none;
}
a:visited {
    color: #;
	text-decoration: none;
}
a:active {
	color: #ffffcc;
	text-decoration: none;
}

.text_g {
	color: #2A5C05;
	font-weight: bold;
}



