﻿@charset "utf-8";

.business
	{
	position:relative;
	margin:20px 30px 0 0;
	}

.business h2
	{
	position:absolute;
	left:1px; top:0;
	font-weight:bold;
	}

.business p
	{
	text-align:center;
	}

.overview h2
	{
	margin:20px 30px 12px 1px;
	font-weight:bold;
	}

.overview table
	{
	width:500px;
	}

.overview th,
.overview td
	{
	border:1px solid #FFF;
	text-align:center;
	vertical-align:middle;
	}

.overview th
	{
	border-right-color:#58585A;
	background:#D2D3D5;
	}

.overview td
	{
	padding:1px;
	color:#231F20;
	font-size:75%;
	line-height:1.35;
	border:1px solid #58585A;
	}

.overview .member td
	{
	line-height:2.05;
	}

.overview .url a
	{ color:#231F20; }

