@charset "utf-8";


table
{
	width: 80%;
	height: auto;
	margin: 0 auto 40px 0;
	border: none;
	border-collapse: collapse;
}

table th
{
	font-size: 14px;
	font-weight: normal;
	background: #EAE7E8;
	line-height: 150%;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	letter-spacing: 2px;
}

table th.left
{
	width: 120px;
	height: auto;
}

table td
{
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	line-height: 150%;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}

table td.left
{
	width: 90px;
	height: auto;
	border-right: none;
}

table td.right
{
	width: 450px;
	height: auto;
	border-left: none;
}

table td p
{
	margin: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

table td p a
{
	text-decoration: none;
	color: #444;
}

table td p a:hover
{
	text-decoration: underline;
	color: #990000;
}
h3.even      {
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
