html {overflow-y: scroll;}
body {
	background-color: #4b4b4b;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 11px;
}
.tit3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
}
.txt3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
a:link {
	color: #2edf38;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #2edf38;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #2edf38;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #2edf38;
	text-decoration: none;
	font-weight:bold;
}


