.body {
	background-attachment: scroll;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.table {
	background-attachment: scroll;
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #126592;
}





.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2A2A2A;
}
.blue {
	color: #1268A7;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1F87E6;
}
a {
	color: #336CC6;
	font-weight: bold;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

