body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	font-family: TrebuchetMS, Tahoma;
	font-size: 11px;
}
td,th {
	font-family: TrebuchetMS, Tahoma;
	font-size: 11px;
}
.white-small, .white-link-small {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white-link-small:hover {
	color: #706E45;
	font-size: 11px;
	text-decoration: none;
}
.orange-link, a, .orange {
	color: #FF6C00;
	text-decoration: none;
}
.orange-link:hover, a:hover {
	color: #CC3300;
	text-decoration: none;
}
.orange-small, .orange-link-small {
	font-size: 11px;
	color: #FF6C00;
	text-decoration: none;
}
.orange-link-small:hover {
	color: #CC3300;
	font-size: 11px;
	text-decoration: none;
}
.khaki-link, .khaki {
	color: #A3945D;
	text-decoration: none;
}

.khaki-link:hover {
	color: #706E45;
	text-decoration: none;
}

.khaki-small, .khaki-link-small {
	font-size: 11px;
	color: #A3945D;
	text-decoration: none;
}

.khaki-link-small:hover {
	color: #706E45;
	font-size: 11px;
	text-decoration: none;
}

.caption {
	text-align: center; padding: 10px 0 2px;
	/* without this, IE puts gap above caption */
	margin: -6px 0 5px; color: #A3945D; background: #000;
}

.picLeft {
	float: left;
	margin-right: 17px;
}

.picRight {
	float: right;
	margin-left: 17px;
}