body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
}


th {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

#content{
	width:340px;
	height:300px;
	overflow:auto;
	padding: 10px;
	float: right;
}
.contentContainer {
	width: 350px;
	margin: 10px auto;

.vScroller {
  position:relative;
  overflow:hidden;
  width:200px; height:300px;
  border:1px solid #000;
  margin:0; padding:0;
}
.vScrollee {
  position:absolute;
  width:180px; /* to get this number, subtract scrollee's padding from scroller's width */
  left:0; top:0;
  margin:0; padding:0 10px;
}
.btn {
  position:absolute;
  overflow:hidden;
  width:2em; height:1.5em;
  border:1px solid #000;
  background:#ccc;
  text-align:center;
  cursor:default;
}	
.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #FB7015;
}
.subhead2 {

	font-size: 12px;
	font-weight: bold;
	color: #81870E;
}
