body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	margin: 0px 0px inherit 12px;
	padding: 0px;
}

li {
	font-size: 12px;
	margin: 0px 14px 8px 20px;
	padding: inherit;
}

#salesreps_provided {
	font-weight: bold;
	font-style: italic;
	font-size: 8pt
}

.body {
	font-size: 12px;
	font-weight: normal;
	color: #002B81;
	margin-left: 15px
}

.body A:link, A:visited {
	font-size: 12px;
	color: #5E6C7C;
	text-decoration: underline
}

.body A:hover, A:active {
	font-size: 12px;
	color: #42474D;
	text-decoration: underline
}

.dept {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002B81;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	width: 380px
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #002B81;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px
}

.header_nocaps {
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	color: #002B81;
	font-family: Arial, Helvetica, sans-serif
}

.job_title {
	font-weight: bold;
	color: #002B81;
	margin-left: 10px
}

.productstables, .productstables tr, .productstables td {
	border-collapse: collapse;
	font-size: 12px;
	color: #002B81;
}
.productstables td {
	/* border: 1px solid #AAA; */
	padding: 6px 0px 6px 0px;
}
.productstables img {
	margin: 6px 0px 6px 0px;
	border: 0px none;
}

.productstables a:link img, .productstables a:visited img {
	border: 1px solid #FFF;
}
.productstables a:hover img, .productstables a:active img {
	border: 1px solid #999;
}

.productstables a:link, .productstables a:visited {
	color: #002B81;
	text-decoration: underline;
}
.productstables a:hover, .productstables a:active {
	color: #5E6C7C;
	text-decoration: underline;
}
.sales_info {
	position: relative;
	margin-left: 25px
}