body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-size: 12px;
	line-height: 180%;
}
.bigfont {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

