
/* Page Styles */

.region_header {
	background: #EEE;
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 15px 0 0 0;
}

.region_section {
	font-size: 10pt;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
        padding: 0 0 10px 0;
}

.sales_person_item {
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999;
}

.sales_person_table {
	width: 96%;
}

.sales_person_cell {
	font-size: 8pt;
	width: 33%;
}

.sales_person_cell a:link {
	color: #FF6600;
	text-decoration: none;
}

.sales_person_cell a:visited {
	color: #FF6600;
	text-decoration: none;
}

.sales_person_cell a:active {
	color: #FF6600;
	text-decoration: underline;
}

.sales_person_cell a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.region_back_to_top {
	font-size: 7pt;
	letter-spacing: .1em;
	border-top: 1px solid #999;
	text-align: right;
}


