@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.table_bg {
	background-attachment: fixed;
	background-image: url(bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #92F924;
	text-decoration: none;
}
a:hover {
	color: #92F924;
	text-decoration: none;
}
a:visited {
	color: #92F924;
	text-decoration: none;
}
