body {
	margin: 0;
	padding: 0;
	background-color: #ffd558;
}

body.longContent
{ 
	background-color:#000000;
  	scrollbar-face-color:#c1ab34;
  	scrollbar-arrow-color:#e8d35a;
  	scrollbar-track-color:#ffde7b;
  	scrollbar-shadow-color:#a2902c;
  	scrollbar-highlight-color:#e8d35a;
  	scrollbar-3dlight-color:#e8d35a;
  	scrollbar-darkshadow-Color:#766920;
}

img {
	border: none;
}

#leftCol {
	background: url(images/tableLeft.gif) top repeat-y;
}

#rightCol {
	background: url(images/tableRight.gif) top repeat-y;
}

#topTxt {
	background-color: #ffd558;
	color: #996600;
	font: 11px Trebuchet MS, Helvetica, sans-serif;
	font-style: italic;
}

#botRow {
	height: 20px;
	width: 377px;
	background: url(images/tableBot.gif) top no-repeat;
}

#content {
	background-color: #000000;
	border: 1px solid black;
}

.picLeft {
	width: 165px;
	height: 124px;
	border-right: 1px solid black;
}
.picLeftGray {
	width: 165px;
	height: 124px;
	border-right: 1px solid #666666;
}
.picLeftBor {
	width: 165px;
	height: 124px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.picLeftGrayBor {
	width: 165px;
	height: 124px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.picRight {
	width: 165px;
	height: 124px;
}
.picRightBor {
	width: 165px;
	height: 124px;
	border-bottom: 1px solid black;
}
.picRightGrayBor {
	width: 165px;
	height: 124px;
	border-bottom: 1px solid #666666;
}

.txtLeft {
	width: 165px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	color: black;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	margin: 0;
}
.txtLeftBot {
	width: 165px;
	border-right: 1px solid black;
	background-color: #ffffff;
	color: black;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	margin: 0;
}

.txtRight {
	width: 165px;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	color: black;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	margin: 0;
}
.txtRightBot {
	width: 165px;
	background-color: #ffffff;
	color: black;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	margin: 0;
}