/*
--------------------------------------------------
-------------------------------------------------- */

body {
  /* color: #917856; */
  /* border-top: 4px solid #f7941f; */
  	background: #ccc url(images/bg-bottom-gray.png) repeat-x;
  	background-attachment: fixed;
	background-position: bottom center; 
  	font: 10px Verdana, Arial, sans-serif;
  	margin: 0;
  	padding: 0;
	
	}

#container {
	width: 90%;
	height: 400px;
	background: #fff;
	border: 1px #000 dotted;
	overflow: auto;
	}	
	
	
#footer {
	position: fixed;
	width: 100%;
	bottom: 100px;
	text-align: center;
	}
	
.tblHeader {
	background: #339;
	color: #fff;
	text-align: center;
	font-weight: bold;
	}
	
.tblData {
	text-align: center;
	font: 12px Verdana, Arial, sans-serif;
	}

.alignRight { text-align: right; }
.alignCenter { text-align: center; }