BODY {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	background-color:	white;
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
}
DIV.results{
}

table.rep {
	width: 90%;
/*	border-top: solid #336699 5px;*/
}

table.address {
	text-align: left;
	font-family: sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}
td.address {
	width: 305px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;	
}

td.rep_label {
	color: #336699;
	width: 60px;
	font-weight: Bold;
	font-size: 12pt;
	font-variant: small-caps;
	padding: 0px 5px 0px 5px;
}
td.rep_info_label {
	color: #336699;
	width: 60px;
	font-weight: Bold;
	font-size: 10pt;
	font-variant: small-caps;
	padding: 0px 5px 0px 5px;
	text-align: right;
}

td.rep_label {
	color: #336699;
	width: 60px;
	font-weight: Bold;
	font-size: 12pt;
	font-variant: small-caps;
	padding: 0px 5px 0px 5px;
}

td.rep_name {
	width: 300px;
	font-weight: Bold;
	font-size: 12pt;
	padding-left: 10px;
}

td.rep_title {
	width: 300px;
	font-weight: Bold;
	font-size: 10pt;
	padding-left: 10px;
}

td.rep_territory {
	width: 300px;
	font-size: 10pt;
	padding-left: 10px;
}

td.rep_email {
	padding-left: 10px;
	font-weight: Bold;
	font-size: 10pt;
}

td.rep_phone {
	width: 300px;
	font-weight: Bold;
	font-size: 10pt;
	padding-left: 10px;
}

DIV.search_header {
	font-weight: bold;
	font-size: 12pt;
	color: #383840;
	padding-top: 20px;
}
SPAN.search_label {
	font-weight: bold;
	color: #383840;
}

DIV.lookup_failed {
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #B00000;
}
DIV.lookup_failed_detail {
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	color: #B00000;
}
