/* CSS Document */

body {
	/*	background-attachment: fixed; */
	text-align:center;
	background-color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/bg.JPG);
	background-repeat: repeat-x;	
}

table.center {
	background-color:#FFFFFF;
	margin-left:   auto;
	margin-right: auto;
	width: 851px;
	font-variant: normal;
	max-width: 851px;
	border-width: medium medium medium medium;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	/*border-color: 666666 666666 666666 666666;*/
	border-color: 000000 000000 000000 000000;
}

table.inner {
border-width: medium medium medium medium;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: 000000 000000 000000 000000;
	height: 356px;
}



A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
