@charset "utf-8";

/*--------------------------------------
	Style Name : Voice Style Sheet

	content
		main-content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content div.heading-level3 {
	margin-bottom: 10px;
}

#main-content div.heading-level3 h3 {
	margin-bottom: 5px;
	padding-left: 6px;
	border-left: 2px solid #b11;
	background-color: #f0f0f0;
	color: #b11;
	font-size: 125%;
	font-weight: normal;
	line-height: 2;
}

#main-content .contact-table {
	margin-top: 10px;
	left: 560px;
	border-collapse: separate;
	font-size: 12px;
	border: 1px solid #ccc;
}

#main-content .contact-table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	background: #f1f1f1;
	width: 150px;
}

#main-content .contact-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #ffffff;
	width: 400px;
}


