body{
background-image: url(images/body.jpg);
}
.table {
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height:100%;
	min-height:100%;
}
.mainbackground {
	background-attachment: scroll;
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.link {
	color: #006FA7;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a, a:hover, a:visited, a:active {
	color: #006FA7;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}