/* CSS Document */

td img {display: block;}

body {font: "Arial, Helvetica, sans-serif";
	color:#000000;	
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin:0;
	background:url("../images/bgmain.gif") center fixed repeat-x;
}

A:link {text-decoration:none; color: #8497ad; }
A:visited {text-decoration:none; color: #996512; }
A:hover {text-decoration:underline; color: #3a4244; }

.header {
	background:url("../images/headerbg.gif") no-repeat;
	height: 368px;
	width: 1000px;
}
.body {
	background:url("../images/bodybg.gif") no-repeat;
	background-position:left top;
	background-color:#fefff5;
	width: 1000px;
}
.divider {
	background:url("../images/divider.gif") repeat-x;
	background-position:left top;
	height: 32px;
	width: 1000px;
}
.footer {
	background:#fefff5;
	width:1000px;
}
.table {
	border-top:solid 0px #fefff5;
	border-left:solid 5px #fefff5;
	border-right:solid 5px #fefff5;
	border-bottom:solid 3px #fefff5;
}
.footable {
	border-top:solid 5px #fefff5;
	border-left:solid 5px #fefff5;
	border-right:solid 5px #fefff5;
	border-bottom:solid 5px #fefff5;
}
.picture {
	border:solid 2px #d2d3cb;
}
