body {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.salesRepsDyR {
	margin-bottom: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
}

.salesRepsDyR h1 {
	color: #b56b3a;
	font-size: 18px;
}


.salesRepsDyR table td {
	font-size: 12px;
}

.salesRepsDyR table td.title {
	color: #818181;
	padding-right: 5px;
	text-align: right;
}

.AllPrompts {
	display: block;
	background-color: white;
	position: fixed;
	z-index: 999;
	top:0;
	height: 40px;
	vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #bcab91;
}