body {
	background-image: url(Images/Graphics/background.jpg);
	background-repeat: repeat-x;
	background-color: #092156;
	background-attachment: fixed;
}
#body {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
	padding-top: 0px;
	visibility: visible;
}
.table_silverborder {
	border: 1px solid #dcdcdc;
	padding: 0px;
	margin: 0px;
}
.table_silverborderspacing {
	border: 1px solid #dcdcdc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.table_silverbordertopline {
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
}

