@charset "utf-8";
/* CSS Document */
body,td,th {
	background-color:#D6D6D6;
	background-image:url(background.jpg);
	background-attachment: fixed;
	background-position:right bottom;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#515151
}
 a:link {
	color: #434343;
	text-decoration: none;}
a:visited {
	color: #434343;
	text-decoration: none;}
a:hover {
	color: #434343;
	text-decoration: none;}
a:active {
	color: #434343;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 11px;
	color: #4A4A4A;
}