body {
	background-image: url(images/bigbg.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
.table-border {
	height: 100%;
	background-image: url(images/bg_pic_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #3D528B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
