.sa_table {
	width: 100%;
	height: 100px;
}
.sa_left {
	background-color: #D3D1C5;
	border-right: 6px solid #FFFFFF;
}
.sa_right {
	background-color: #D3D1C5;
	padding: 10px;
}
.sa_group_contact {
	border-top: 6px solid #FFFFFF;
	height: 75px;
}

.sa_search,
.sa_links,
.sa_contact {
	background-color: #8A968A;
	border: 1px solid #6D7B6C;
	border-right: 0;
	border-left: 0;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 1px 1px 8px;
	font-size: 8pt;
}
.sa_search_element_title,
.sa_links_element_title,
.sa_contact_element_title {
	padding: 10px 0 0 10px;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.sa_search_element,
.sa_links_element,
.sa_contact_element {
	padding: 2px 0 0 15px;
	font-size: 8pt;
	line-height: 18px;
}
.sa_contact_element {
	padding: 2px 0 0 15px;
}
.sa_links_element {
}

#sa_search a:link,
#sa_search a:visited,
#sa_links a:link,
#sa_links a:visited,
#sa_contact a:link,
#sa_contact a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	font-style: normal;
}
#sa_search a:active,
#sa_search a:hover,
#sa_links a:active,
#sa_links a:hover,
#sa_contact a:active,
#sa_contact a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
	font-style: normal;
}
