body {
	background-color:#EEE;
	margin-top:16px;
	overflow: auto;
	overflow-x: hidden;
	background-color:#333;
	background-image:url(images/bg-outer.jpg);
}

#outer {
	width:261px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#centering {
	width: 261px;
	text-align:left;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
}

#table1 {
	background-color:#555;
	border:1px solid #EEE;
	margin-bottom:7px;
	box-shadow: 4px 4px 4px #282828;
	-moz-box-shadow: 4px 4px 4px #282828;
	-webkit-box-shadow: 4px 4px 4px #282828;
}
.shade {
	box-shadow: 3px 3px 3px #393939;
	-moz-box-shadow: 3px 3px 3px #393939;
	-webkit-box-shadow: 3px 3px 3px #393939;
}

a:link,
a:visited,
a:active  { color: #FFF; text-decoration: none }
a:hover   { color: #E10000; text-decoration: underline }

td, div,li {
  color:#EEE;
  font-family: 'Lucida Sans',Optima,sans-serif;
  font-size: 11px;
  font-style: normal;
  vertical-align:top;
}

p {
  color:#EEE;
  font-family: 'Lucida Sans',Optima,sans-serif;
  font-size: 11px;
  font-style: normal;
  margin-top:0;
  margin-bottom:1em;
}

.dim {
  color: #999;
}

.sm {
  font-family: 'Lucida Sans',Optima,sans-serif;;
  font-size: 10px;
}

img {border:0 }
img.b  {vertical-align:bottom }

.fl { float:left }
.pl { padding-left:6px }
.btnpad { margin-bottom:3px }